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;BlueprintType&41;
struct FDataRegistryLookup
Remarks
A resolved unique id for a specific source, explains how to look it up. This type is opaque in blueprints and cannot be saved across runs
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TTuple< uint8, FName >, TInlineAllocator< 1 > > | SourceLookups | TODO can be more efficient, probably best option is pack it into the num field of the FName, no one really names entries Foo_2147483646. |