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

Method CreateFlowAssetEditor

Source/FlowEditor/Private/FlowEditorModule.cpp:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332TSharedRef<FFlowAssetEditor> FFlowEditorModule::CreateFlowAssetEditor(const EToolkitMode::Type Mode, const TSharedPtr<IToolkitHost>& InitToolkitHost, UFlowAsset* FlowAsset)
333{
334 TSharedRef<FFlowAssetEditor> NewFlowAssetEditor(new FFlowAssetEditor());
335 NewFlowAssetEditor->InitFlowAssetEditor(Mode, InitToolkitHost, FlowAsset);
336 return NewFlowAssetEditor;
337}
338
339void FFlowEditorModule::OnAssetUpdated(const FAssetData& AssetData)
340{

Callers 1

OpenAssetsMethod · 0.80

Calls 1

InitFlowAssetEditorMethod · 0.80

Tested by

no test coverage detected