Navigation
API > API/Plugins > API/Plugins/DataRegistry
References
| Module | DataRegistry |
| Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryTypes.h |
| Include | #include "DataRegistryTypes.h" |
Syntax
USTRUCT&40;&41;
struct FDataRegistrySourceItemId
Remarks
A debugging/editor struct used to describe the source for a single data registry item
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< const class UDataRegistrySource > | CachedSource | Cached pointer to which source it came from, if this is invalid then cache lookup will fail | |
| FDataRegistryLookup | CacheLookup | Lookup used for caching | |
| FDataRegistryId | ItemId | Id that can be used to look this up by default | |
| FName | SourceResolvedName | Name this resolves to in the appropriate source |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Gets a unique ID key for this item, or None for invalid cached data |