Navigation
API > API/Plugins > API/Plugins/DataRegistry
Simple unique id for an acquire request
| Name | FDataRegistryRequestId |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryTypes.h |
| Include Path | #include "DataRegistryTypes.h" |
Syntax
struct FDataRegistryRequestId
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidId | const int32 | DataRegistryTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RequestId | int32 | DataRegistryTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Returns true if this is a real request | DataRegistryTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDataRegistryRequestId GetNewRequestId() |
Gets an id to add request | DataRegistryTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FDataRegistryRequestId& Other |
DataRegistryTypes.h | ||
bool operator==
(
const FDataRegistryRequestId& Other |
DataRegistryTypes.h |