Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > FAnimLinkableElement
Deprecated * LinkSequence has been deprecated, use Link instead
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h |
Include | #include "Animation/AnimLinkableElement.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimLinkableElement.cpp |
void LinkSequence
&40;
UAnimSequenceBase &42; Sequence,
float AbsSequenceTime
&41;
Remarks
Link this element to a Sequence, Just setting basic data as sequences don't need full linking
Parameters
Name | Description |
---|---|
Sequence | The sequence to link to |
AbsSequenceTime | The time in the sequence that this element should be placed at |