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