![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimMontageEvaluationState.h>
Public Member Functions | |
| FMontageEvaluationState (UAnimMontage *InMontage, float InPosition, FDeltaTimeRecord InDeltaTimeRecord, bool bInIsPlaying, bool bInIsActive, const FAlphaBlend &InBlendInfo, const UBlendProfile *InActiveBlendProfile, float InBlendStartAlpha) | |
|
inline |
| const UBlendProfile* FMontageEvaluationState::ActiveBlendProfile |
| bool FMontageEvaluationState::bIsActive |
| bool FMontageEvaluationState::bIsPlaying |
| FAlphaBlend FMontageEvaluationState::BlendInfo |
| float FMontageEvaluationState::BlendStartAlpha |
| FDeltaTimeRecord FMontageEvaluationState::DeltaTimeRecord |
| TWeakObjectPtr<UAnimMontage> FMontageEvaluationState::Montage |
| float FMontageEvaluationState::MontagePosition |