Navigation
API > API/Runtime > API/Runtime/Engine
Enum used to control GetPawnCapsuleExtent behavior.
| Name | EShrinkCapsuleExtent |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/CharacterMovementComponentAsync.h |
| Include Path | #include "CharacterMovementComponentAsync.h" |
Syntax
enum EShrinkCapsuleExtent
{
SHRINK_None,
SHRINK_RadiusCustom,
SHRINK_HeightCustom,
SHRINK_AllCustom,
}
Values
| Name | Remarks |
|---|---|
| SHRINK_None | |
| SHRINK_RadiusCustom | |
| SHRINK_HeightCustom | |
| SHRINK_AllCustom |