Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimMontageInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetNextPositionWithEvents
(
float InPosition |
Set the next position of this animation for the next animation update tick. | Animation/AnimMontage.h | |
void SetNextPositionWithEvents
(
float InFromPosition, |
Set the evaluation range of this animation for the next animation update tick. | Animation/AnimMontage.h |
SetNextPositionWithEvents(float)
Description
Set the next position of this animation for the next animation update tick. Will trigger events and notifies since last position.
| Name | SetNextPositionWithEvents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h |
| Include Path | #include "Animation/AnimMontage.h" |
void SetNextPositionWithEvents
(
float InPosition
)
SetNextPositionWithEvents(float, float)
Description
Set the evaluation range of this animation for the next animation update tick. Will trigger events and notifies for that range.
| Name | SetNextPositionWithEvents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h |
| Include Path | #include "Animation/AnimMontage.h" |
void SetNextPositionWithEvents
(
float InFromPosition,
float InToPosition
)