Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/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 |
bool CanPlayOnSkeletalMesh
&40;
USkeletalMesh &42; SkelMesh
&41; const
Remarks
See if we can play sequences from this AnimSet on the provided USkeletalMesh. Returns true if there is a bone in SkelMesh for every track in the AnimSet, or there is a track of animation for every bone of the SkelMesh. true if animation set can play on supplied USkeletalMesh, false if not.
Parameters
| Name | Description |
|---|---|
| SkelMesh | USkeletalMesh to compare the AnimSet against. |