FQueuedMontageEndedEvent

Helper struct to store a Queued Montage Ended event.

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bInterrupted

Public variable

FOnMontageEnded

 

Delegate

Public variable

UAnimMontage &#...

 

Montage

Constructors

Name Description

Public function

FQueuedMontageEndedEvent()

Public function

FQueuedMontageEndedEvent

(
    UAnimMontage* InMontage,
    bool InbInterrupted,
    FOnMontageEnded InDelegate
)

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