EEvaluatorDataSource::Type

Indicates which state is being evaluated by this node (source or destination).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimNode_TransitionPoseEvaluator.h"

Syntax

namespace EEvaluatorDataSource
{
    enum Type
    {
        EDS_SourcePose,
        EDS_DestinationPose,
    }
}

Values

Name

Description

EDS_SourcePose

EDS_DestinationPose

Remarks

Indicates which state is being evaluated by this node (source or destination).

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