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