UPawnMovementComponent::NotifyBumpedPawn

Notify of collision in case we want to react, such as waking up avoidance or pathing code.

Windows
MacOS
Linux

Override Hierarchy

UPawnMovementComponent::NotifyBumpedPawn()

UCharacterMovementComponent::NotifyBumpedPawn()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/PawnMovementComponent.h

Include

#include "GameFramework/PawnMovementComponent.h"

Syntax

virtual void NotifyBumpedPawn
(
    APawn * BumpedPawn
)

Remarks

Notify of collision in case we want to react, such as waking up avoidance or pathing code.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss