| 250 | } |
| 251 | |
| 252 | void FDlgSystemModule::HandleOnAssetRemoved(const FAssetData& RemovedAsset) |
| 253 | { |
| 254 | if (!RemovedAsset.IsAssetLoaded()) |
| 255 | { |
| 256 | return; |
| 257 | } |
| 258 | } |
| 259 | |
| 260 | void FDlgSystemModule::HandleOnAssetRenamed(const FAssetData& AssetRenamed, const FString& OldObjectPath) |
| 261 | { |
nothing calls this directly
no outgoing calls
no test coverage detected