Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Description
EXPERIMENTAL: event for when duplicated assets are found and needs to be resolved, this is experimental as it's a counter measure for a situation that shouldn't happen. Also, DO NOT CALL AssetRegistry functions from delegate subscribers; doing so will create a deadlock.
| Name | DECLARE_TS_MULTICAST_DELEGATE_ThreeParams |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FAssetCollisionEvent,
FAssetData &,
FAssetData &,
FAssetData *&
)