Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistry
Description
Attempt to register a specified asset with a source, returns an EDataRegistryRegisterAssetResult, indicating whether the asset was registered or not. Can be used to update priority for existing asset as well
| Name | RegisterSpecificAsset |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistry.h |
| Include Path | #include "DataRegistry.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistry.cpp |
virtual EDataRegistryRegisterAssetResult RegisterSpecificAsset
(
const FAssetData & AssetData,
int32 AssetPriority
)
An EDataRegistryRegisterAssetResult that indicates if the asset Was Registered, whether it failed to register, or did not register because the asset was already registered.