FSmartNameMapping::GetName

Get a name from the mapping

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h

Include

#include "Animation/SmartName.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/SmartName.cpp

Syntax

bool GetName
(
    const SmartName::UID_Type & Uid,
    FName & OutName
) const

Remarks

Get a name from the mapping

Returns

bool - true if name existed and OutName is valid

Parameters

Parameter

Description

Uid

SmartName::UID_Type of the name to retrieve

OUT

OutName - Retrieved name

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