UDataRegistrySubsystem::Conv_DataRegistryTypeToString

Converts a Data Registry Type to a string.

Windows
MacOS
Linux

References

Module

DataRegistry

Header

/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h

Include

#include "DataRegistrySubsystem.h"

Source

/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure,
          Meta=(DisplayName="ToString (DataRegistryType)", CompactNodeTitle="->", ScriptMethod="ToString", BlueprintThreadSafe),
          Category=DataRegistry)
static FString Conv_DataRegistryTypeToString
(
    FDataRegistryType DataRegistryType
)

Remarks

Converts a Data Registry Type to a string. The other direction is not provided because it cannot be validated

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss