ERootMotionMoveToActorTargetOffsetType

Choose your operating system:

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.