UDataRegistrySubsystem::Conv_DataRegistryIdToString

Converts a Data Registry Id 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 (DataRegistryId)", CompactNodeTitle="->", ScriptMethod="ToString", BlueprintThreadSafe),
          Category=DataRegistry)
static FString Conv_DataRegistryIdToString
(
    FDataRegistryId DataRegistryId
)

Remarks

Converts a Data Registry Id 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