Navigation
API > API/Plugins > API/Plugins/MoverExamples
Controls how rotation is handled during pathing
| Name | EFollowPathRotationType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/MovementBases/FollowPathMode.h |
| Include Path | #include "MovementBases/FollowPathMode.h" |
Syntax
enum EFollowPathRotationType
{
Fixed,
AlignWithPathTangents,
AlignWithPath,
}
Values
| Name | Remarks |
|---|---|
| Fixed | Maintain original actor orientation |
| AlignWithPathTangents | Orient moving actor by intepolating between path tangents |
| AlignWithPath | Orient moving actor to the path |