UAnimSet::GetMeshLinkupIndex

Find a mesh linkup table (mapping of sequence tracks to bone indices) for a particular SkeletalMesh If one does not already exist, create it now.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimSet.h"

Source

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

Syntax

virtual int32 GetMeshLinkupIndex
(
    class USkeletalMesh * SkelMesh
)

Remarks

Find a mesh linkup table (mapping of sequence tracks to bone indices) for a particular SkeletalMesh If one does not already exist, create it now.

Returns

Index of Linkup between mesh and animation set.

Parameters

Parameter

Description

SkelMesh

SkeletalMesh to look for linkup with.

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