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 Link
&40;
UAnimSequenceBase &42; AnimSequenceBase,
float AbsTime,
int32 InSlotIndex
&41;
Remarks
Link this element to an animation object (Sequence or Montage)
Parameters
| Name | Description |
|---|---|
| AnimSequenceBase | The object to link to |
| AbsTime | The absolute time to place this element |
| InSlotIndex | Slot index for montages (ignored otherwise) |