Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FAnimLinkableElement
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
(
UAnimSequenceBase * Sequence,
float AbsSequenceTime
)
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 |