EPoseDriverOutput

Options for what PoseDriver should be driving

Choose your operating system:

Windows

macOS

Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_PoseDriver.h

Include

#include "AnimNodes/AnimNode_PoseDriver.h"

Syntax

enum EPoseDriverOutput
{
    DrivePoses,
    DriveCurves,
}

Values

Name

Description

DrivePoses

Use target's DrivenName to drive poses from the assigned PoseAsset

DriveCurves

Use the target's DrivenName to drive curves

Remarks

Options for what PoseDriver should be driving