Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary > API/Plugins/Mover/MoveLibrary/UPlanarConstraintUtils
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ConstrainedMoveUtils.h |
| Include | #include "MoveLibrary/ConstrainedMoveUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/ConstrainedMoveUtils.cpp |
UFUNCTION (BlueprintCallable, Category="Mover|PlanarConstraint")
static void SetPlanarConstraintNormal
(
UPARAM FPlanarConstraint & Constraint,
FVector PlaneNormal
)
Remarks
Sets the normal of the plane that constrains movement, enforced if the plane constraint is enabled.
Parameters
| Name | Description |
|---|---|
| PlaneNormal | The normal of the plane. If non-zero in length, it will be normalized. |