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 |
UAnimSequence &42; FindAnimSequence
&40;
FName SequenceName
&41;
Remarks
Returns the AnimSequence with the specified name in this set. Pointer to AnimSequence with desired name, or NULL if sequence was not found.
Parameters
Name | Description |
---|---|
SequenceName | Name of sequence to find. |