Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistrySubsystem
Description
Converts a Data Registry Type to a string. The other direction is not provided because it cannot be validated
| Name | Conv_DataRegistryTypeToString |
| 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 (DataRegistryType)", CompactNodeTitle="->", ScriptMethod="ToString", BlueprintThreadSafe),
Category=DataRegistry)
static FString Conv_DataRegistryTypeToString
(
FDataRegistryType DataRegistryType
)