Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > FAnimLinkableElement
Deprecated * LinkMontage 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 LinkMontage
&40;
UAnimMontage &42; Montage,
float AbsMontageTime,
int32 InSlotIndex
&41;
Remarks
Link this element to a montage
Parameters
Name | Description |
---|---|
Montage | The montage to link to |
AbsMontageTime | The time in the montage that this element should be placed at |
InSlotIndex | The slot in the montage to detect segments in |