UAnimMontage::UpdateLinkableElements

Update linkable elements that rely on a specific segment.

Windows
MacOS
Linux

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

Syntax

void UpdateLinkableElements
(
    int32 SlotIdx,
    int32 SegmentIdx
)

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

Parameter

Description

SlotIdx

The slot that the segment is contained in

SegmentIdx

The index of the segment within the specified slot

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss