Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBodyInstance
Description
Sets a custom slope override struct for this instance. Implicitly sets bOverrideWalkableSlopeOnInstance to true.
| Name | SetWalkableSlopeOverride |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h |
| Include Path | #include "PhysicsEngine/BodyInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodyInstance.cpp |
void SetWalkableSlopeOverride
(
const FWalkableSlopeOverride & NewOverride,
bool bNewOverideSetting
)