Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimMontage > API/Runtime/Engine/Animation/UAnimMontage/UpdateLinkableElements
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h |
Include | #include "Animation/AnimMontage.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimMontage.cpp |
void UpdateLinkableElements
&40;
int32 SlotIdx,
int32 SegmentIdx
&41;
Remarks
Update linkable elements that rely on a specific segment. This will update linkable elements for the segment specified and elements linked to segments after the segment specified
Parameters
Name | Description |
---|---|
SlotIdx | The slot that the segment is contained in |
SegmentIdx | The index of the segment within the specified slot |