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

Method RefreshAsset

Source/FlowEditor/Private/Asset/FlowAssetEditor.cpp:417–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void FFlowAssetEditor::RefreshAsset()
418{
419 // attempt to refresh graph, fix common issues automatically
420 CastChecked<UFlowGraph>(FlowAsset->GetGraph())->RefreshGraph();
421}
422
423void FFlowAssetEditor::RefreshDetails()
424{

Callers

nothing calls this directly

Calls 1

RefreshGraphMethod · 0.80

Tested by

no test coverage detected