Navigation
Unreal Engine C++ API Reference > Plugins > DataRegistry
References
Module | DataRegistry |
Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryTypes.h |
Include | #include "DataRegistryTypes.h" |
Syntax
struct FDataRegistryRequestId
Remarks
Simple unique id for an acquire request
Functions
Type | Name | Description | |
---|---|---|---|
FDataRegistryRequestId | Gets an id to add request | ||
bool | IsValid () |
Returns true if this is a real request |
Operators
Type | Name | Description | |
---|---|---|---|
bool | operator!=
(
const FDataRegistryRequestId& Other |
||
bool | operator<
(
const FDataRegistryRequestId& Other |
||
bool | operator==
(
const FDataRegistryRequestId& Other |
Constants
Name | Description |
---|---|
InvalidId |