FSlotEvaluationPose

Helper struct for Slot node pose evaluation.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimInstance.h"

Syntax

struct FSlotEvaluationPose

Remarks

Helper struct for Slot node pose evaluation.

Variables

Name Description

Public variable

TEnumAsByte< EA...

 

AdditiveType

Type of additive for pose

Public variable

FBlendedCurve

 

Curve

Public variable

FCompactPose

 

Pose

These Pose/Curve is stack allocator. You should not use it outside of stack.

Public variable

float

 

Weight

Weight of pose

Constructors

Name Description

Public function

FSlotEvaluationPose()

Public function

FSlotEvaluationPose

(
    FSlotEvaluationPose&& InEvaluation...
)

Public function

FSlotEvaluationPose

(
    const FSlotEvaluationPose& InEvalu...
)

Public function

FSlotEvaluationPose

(
    float InWeight,
    EAdditiveAnimationType InAdditiveTy...
)

Operators

Name Description

Public function

FSlotEvaluat...

 

operator=

(
    const FSlotEvaluationPose& InEvalu...
)

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