Navigation
API > API/Plugins > API/Plugins/DataRegistry
References
| Module | DataRegistry |
| Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/SoftDataRegistryOrTable.h |
| Include | #include "SoftDataRegistryOrTable.h" |
Syntax
USTRUCT (BlueprintType )
struct FDataRegistryOrTableRow
Remarks
Defines a DataRegistryId or DataTableRowHandle with a common interface to both
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseDataRegistryId | ||
| FDataRegistryId | DataRegistryId | ||
| FDataTableRowHandle | DataTableRow |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataRegistryOrTableRow
(
const FDataTableRowHandle& RowHandle |
|||
FDataRegistryOrTableRow
(
const FDataRegistryId& RegistryId |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UDataRegistry * | Method to get the Data Registry for the given registry id | ||
| const T * | GetItem
(
const TCHAR* ContextString |
||
| const UScriptStruct * | GetStruct () |
Returns the script struct used for the data registry item or data table row. | |
| bool | IsValid () |
Method to check validity of this row | |
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Used to upgrade a FDataTableHandle to a FDataRegistryOrTableRow | |
| FString | ToString () |