Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMovementComponent
Description
Set the plane constraint axis setting. Changing this setting will modify the current value of PlaneConstraintNormal.
| Name | SetPlaneConstraintAxisSetting |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/MovementComponent.h |
| Include Path | #include "GameFramework/MovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/MovementComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Components|Movement|Planar")
virtual void SetPlaneConstraintAxisSetting
(
EPlaneConstraintAxisSetting NewAxisSetting
)
Parameters
| Name | Remarks |
|---|---|
| NewAxisSetting | New plane constraint axis setting. |