FMontageEvaluationState

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h

Include

#include "Animation/AnimInstance.h"

Syntax

struct FMontageEvaluationState

Variables

Name Description

Public variable

bool

 

bIsActive

Whether this montage is valid and not stopped.

Public variable

bool

 

bIsPlaying

Whether this montage is playing.

Public variable

float

 

DesiredWeight

The desired weight of this montage.

Public variable

TWeakObjectPtr<...

 

Montage

The montage to evaluate.

Public variable

float

 

MontagePosition

The position to evaluate this montage at.

Public variable

float

 

MontageWeight

The weight to use for this montage.

Constructors

Name Description

Public function

FMontageEvaluationState

(
    UAnimMontage* InMontage,
    float InWeight,
    float InDesiredWeight,
    float InPosition,
    bool bInIsPlaying,
    bool bInIsActive
)

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