Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
Include |
#include "Engine/EngineTypes.h" |
struct FWalkableSlopeOverride
Struct allowing control over "walkable" normals, by allowing a restriction or relaxation of what steepness is normally walkable.
Name | Description | ||
---|---|---|---|
|
float |
WalkableSlopeAngle |
Override walkable slope angle (in degrees), applying the rules of the Walkable Slope Behavior. |
|
TEnumAsByte< EW... |
WalkableSlopeBehavior |
Behavior of this surface (whether we affect the walkable slope). |
Name | Description | |
---|---|---|
|
FWalkableSlopeOverride() |
|
|
FWalkableSlopeOverride ( |
Name | Description | ||
---|---|---|---|
|
float |
GetWalkableSlopeAngle() |
Gets the slope angle used for the override behavior. |
|
EWalkableSlo... |
GetWalkableSlopeBehavior() |
Gets the slope override behavior. |
|
float |
ModifyWalkableFloorZ ( |
Given a walkable floor normal Z value, either relax or restrict the value if we override such behavior. |
|
SetWalkableSlopeAngle ( |
Set the slope angle used for the override behavior. |
|
|
SetWalkableSlopeBehavior ( |
Set the slope override behavior. |