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