Navigation
API > API/Runtime > API/Runtime/Engine
Controls behavior of WalkableSlopeOverride, determining how to affect walkability of surfaces for Characters.
| Name | EWalkableSlopeBehavior |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
enum EWalkableSlopeBehavior
{
WalkableSlope_Default,
WalkableSlope_Increase,
WalkableSlope_Decrease,
WalkableSlope_Unwalkable,
WalkableSlope_Max,
}
Values
| Name | Remarks |
|---|---|
| WalkableSlope_Default | Don't affect the walkable slope. Walkable slope angle will be ignored. |
| WalkableSlope_Increase | Increase walkable slope. |
| WalkableSlope_Decrease | Decrease walkable slope. |
| WalkableSlope_Unwalkable | Make surface unwalkable. Note: WalkableSlopeAngle will be ignored. |
| WalkableSlope_Max |