FDataRegistryResolverScope::ResolveIdToName

Use the stack to resolve an ID, will return the resolver used if found

Windows
MacOS
Linux

References

Module

DataRegistry

Header

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

Include

#include "DataRegistryTypes.h"

Source

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

Syntax

static TSharedPtr< FDataRegistryResolver > ResolveIdToName
(
    FName & OutResolvedName,
    const FDataRegistryId & ItemId,
    const class UDataRegistry * Registry,
    const class UDataRegistrySource * RegistrySource
)

Remarks

Use the stack to resolve an ID, will return the resolver used if found

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