Navigation
API > API/Plugins > API/Plugins/DataRegistry
Base class for a data source that generates additional data sources at runtime
| |
|
| Name |
UMetaDataRegistrySource |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySource.h |
| Include Path |
#include "DataRegistrySource.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UMetaDataRegistrySource : public UDataRegistrySource
Inheritance Hierarchy
Derived Classes
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FRegisteredAsset |
TPair< FAssetData, int32 > |
List of specific assets registered with source, in runtime order sorted by priority |
DataRegistrySource.h |
Variables
Public
Functions