Navigation
Unreal Engine C++ API Reference > Developer > UncontrolledChangelists > FUncontrolledChangelistsModule
References
Module | UncontrolledChangelists |
Header | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistsModule.h |
Include | #include "UncontrolledChangelistsModule.h" |
Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistsModule.cpp |
void OnAssetAdded ( const [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) & AssetData )
Remarks
Delegate callback called when assets are added to AssetRegistry.
Parameters
Name | Description |
---|---|
AssetData | The asset just added. |