Navigation
API > API/Plugins > API/Plugins/Mover
Encapsulates info about constraining movement to a plane, such as in a side-scroller
| Name | FPlanarConstraint |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ConstrainedMoveUtils.h |
| Include Path | #include "MoveLibrary/ConstrainedMoveUtils.h" |
Syntax
USTRUCT (BlueprintType )
struct FPlanarConstraint
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bConstrainToPlane | bool | If true, movement will be constrained to a plane. | MoveLibrary/ConstrainedMoveUtils.h |
|
| PlaneConstraintNormal | FVector | The normal or axis of the plane that constrains movement, if bConstrainToPlane is enabled. | MoveLibrary/ConstrainedMoveUtils.h |
|
| PlaneConstraintOrigin | FVector | The origin of the plane that constrains movement, if plane constraint is enabled. | MoveLibrary/ConstrainedMoveUtils.h |
|