![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimInstance.h>
Public Member Functions | |
| FQueuedMontageBlendingOutEvent () | |
| FQueuedMontageBlendingOutEvent (class UAnimMontage *InMontage, bool InbInterrupted, FOnMontageBlendingOutStarted InDelegate) | |
Public Attributes | |
| TObjectPtr< class UAnimMontage > | Montage |
| bool | bInterrupted |
| FOnMontageBlendingOutStarted | Delegate |
Helper struct to store a Queued Montage BlendingOut event.
|
inline |
|
inline |
| bool FQueuedMontageBlendingOutEvent::bInterrupted |
| FOnMontageBlendingOutStarted FQueuedMontageBlendingOutEvent::Delegate |
| TObjectPtr<class UAnimMontage> FQueuedMontageBlendingOutEvent::Montage |