Navigation
API > API/Plugins > API/Plugins/DataRegistry
Simple struct describing an acquire request, can be subclassed by different sources
| Name | FDataRegistrySourceAcquireRequest |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryTypes.h |
| Include Path | #include "DataRegistryTypes.h" |
Syntax
struct FDataRegistrySourceAcquireRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Lookup | FDataRegistryLookup | What lookup we are acquiring for | DataRegistryTypes.h | |
| LookupIndex | int32 | Which source in lookup this is for | DataRegistryTypes.h |