| 337 | } |
| 338 | |
| 339 | void FFlowEditorModule::OnAssetUpdated(const FAssetData& AssetData) |
| 340 | { |
| 341 | if (UFlowAsset* FlowAsset = Cast<UFlowAsset>(AssetData.GetAsset())) |
| 342 | { |
| 343 | FFindInFlowCache::OnFlowAssetChanged(*FlowAsset); |
| 344 | } |
| 345 | } |
| 346 | |
| 347 | void FFlowEditorModule::OnAssetRenamed(const FAssetData& AssetData, const FString& OldObjectPath) |
| 348 | { |
no outgoing calls
no test coverage detected