Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistrySubsystem
Description
Converts a Data Registry Id to a string. The other direction is not provided because it cannot be validated
| Name | Conv_DataRegistryIdToString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h |
| Include Path | #include "DataRegistrySubsystem.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp |
UFUNCTION (BlueprintPure,
Meta=(DisplayName="To String (DataRegistryId)", CompactNodeTitle="->", ScriptMethod="ToString", BlueprintThreadSafe),
Category=DataRegistry)
static FString Conv_DataRegistryIdToString
(
FDataRegistryId DataRegistryId
)