Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
Include | #include "Animation/AnimInstance.h" |
Syntax
struct FQueuedMontageEndedEvent
Remarks
Helper struct to store a Queued Montage Ended event.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bInterrupted | |
![]() |
FOnMontageEnded | Delegate | |
![]() |
TObjectPtr< class UAnimMontage > | Montage | |
![]() |
int32 | MontageInstanceID |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FQueuedMontageEndedEvent
(
UAnimMontage* InMontage, |