MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / FDiffControl

Class FDiffControl

Source/FlowEditor/Public/Asset/SFlowDiff.h:168–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 void OnCloseAssetEditor(UObject* Asset, const EAssetEditorCloseReason CloseReason);
167
168 struct FDiffControl
169 {
170 FDiffControl()
171 : Widget()
172 , DiffControl(nullptr)
173 {
174 }
175
176 TSharedPtr<SWidget> Widget;
177 TSharedPtr<class IDiffControl> DiffControl;
178 };
179
180 FDiffControl GenerateDetailsPanel();
181 FDiffControl GenerateGraphPanel();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected