UPoseAsset::GetTrackIndexByName

Find index of a track with a given bone name. Returns INDEX_NONE if not found.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/PoseAsset.h"

Source

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

Syntax

const int32 GetTrackIndexByName
(
    const FName & InTrackName
) const

Remarks

Find index of a track with a given bone name. Returns INDEX_NONE if not 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