FDataRegistryResolver::ResolveIdToName

Override this function, if it returns true then OutResolvedName should be used, otherwise will check other resolvers and default behavior

Windows
MacOS
Linux

References

Module

DataRegistry

Header

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

Include

#include "DataRegistryTypes.h"

Syntax

bool ResolveIdToName
(
    FName & OutResolvedName,
    const FDataRegistryId & ItemId,
    const class UDataRegistry * Registry,
    const class UDataRegistrySource * RegistrySource
)

Remarks

Override this function, if it returns true then OutResolvedName should be used, otherwise will check other resolvers and default behavior

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