UMovementComponent::SetPlaneConstraintFromVectors

Uses the Forward and Up vectors to compute the plane that constrains movement, enforced if the plane constraint is enabled.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/MovementComponent.h

Include

#include "GameFramework/MovementComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/MovementComponent.cpp

Syntax

virtual void SetPlaneConstraintFromVectors
(
    FVector Forward,
    FVector Up
)

Remarks

Uses the Forward and Up vectors to compute the plane that constrains movement, enforced if the plane constraint is enabled.