Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > UAnimSet
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 |
virtual int32 GetMeshLinkupIndex
&40;
class USkeletalMesh &42; SkelMesh
&41;
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. Index of Linkup between mesh and animation set.
Parameters
Name | Description |
---|---|
SkelMesh | SkeletalMesh to look for linkup with. |