Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ACharacter
Description
Specifies whether this Character is currently crouched or not. This function sets bIsCrouched and marks property as dirty.
| Name | SetIsCrouched |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h |
| Include Path | #include "GameFramework/Character.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Character.cpp |
void SetIsCrouched
(
const bool bInIsCrouched
)