FSmartNameMapping::FindUID

Return [SmartName::UID_Type](API\Runtime\Engine\Animation\UID_Type) if it finds it

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

SmartName::UID_Type FindUID
(
    const FName & Name
) const

Remarks

Return SmartName::UID_Type if it finds it

Returns

SmartName::UID_Type - MaxUID if it doesn't find, actual UID if it finds.

Parameters

Parameter

Description

Name

Name of curve to find UID for

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