Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/ACharacter
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h |
| Include | #include "GameFramework/Character.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Character.cpp |
virtual void OnMovementModeChanged
&40;
EMovementMode PrevMovementMode,
uint8 PreviousCustomMode
&41;
Remarks
Called from CharacterMovementComponent to notify the character that the movement mode has changed.
Parameters
| Name | Description |
|---|---|
| PrevMovementMode | Movement mode before the change |
| PrevCustomMode | Custom mode before the change (applicable if PrevMovementMode is Custom) |