ERootMotionMoveToActorTargetOffsetType

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToActorForce.h

Include

#include "Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToActorForce.h"

Syntax

enum ERootMotionMoveToActorTargetOffsetType
{
    AlignFromTargetToSource    = 0,
    AlignToTargetForward,
    AlignToWorldSpace,
}

Values

Name

Description

AlignFromTargetToSource

Align target offset vector from target to source, ignoring height difference.

AlignToTargetForward

Align from target actor location to target actor forward.

AlignToWorldSpace

Align in world space.

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