| 1436 | } |
| 1437 | |
| 1438 | void UFlowGraphSchema::OnAssetAdded(const FAssetData& AssetData) |
| 1439 | { |
| 1440 | AddAsset(AssetData, false); |
| 1441 | } |
| 1442 | |
| 1443 | void UFlowGraphSchema::AddAsset(const FAssetData& AssetData, const bool bBatch) |
| 1444 | { |
no outgoing calls
no test coverage detected