Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCharacterMovementComponent
Description
Get the Z component of the normal of the steepest walkable surface for the character. Any lower than this and it is not walkable.
| Name | K2_GetWalkableFloorZ |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h |
| Include Path | #include "GameFramework/CharacterMovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Pawn|Components|CharacterMovement",
Meta=(DisplayName="GetWalkableFloorZ", ScriptName="GetWalkableFloorZ"))
float K2_GetWalkableFloorZ() const