Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/UCharacterMovementComponent
- UPawnMovementComponent::NotifyBumpedPawn()
- UCharacterMovementComponent::NotifyBumpedPawn()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h |
| Include | #include "GameFramework/CharacterMovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp |
virtual void NotifyBumpedPawn
&40;
APawn &42; BumpedPawn
&41;
Remarks
Notify of collision in case we want to react, such as waking up avoidance or pathing code.