Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/FDataRegistryId
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Explicit constructors | DataRegistryId.h | ||
FDataRegistryId
(
const FString& TypeAndName |
Parses out the Type:Name format | DataRegistryId.h | |
FDataRegistryId
(
const FName& InRegistryType, |
Construct from two names, will also work with FDataRegistryType due to the implicit cast | DataRegistryId.h |
FDataRegistryId()
Description
Explicit constructors
| Name | FDataRegistryId |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryId.h |
| Include Path | #include "DataRegistryId.h" |
FDataRegistryId()
FDataRegistryId(const FString &)
Description
Parses out the Type:Name format
| Name | FDataRegistryId |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryId.h |
| Include Path | #include "DataRegistryId.h" |
FDataRegistryId
(
const FString & TypeAndName
)
FDataRegistryId(const FName &, const FName &)
Description
Construct from two names, will also work with FDataRegistryType due to the implicit cast
| Name | FDataRegistryId |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryId.h |
| Include Path | #include "DataRegistryId.h" |
FDataRegistryId
(
const FName & InRegistryType,
const FName & InItemName
)