Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ACharacter
Description
Event when this actor overlaps another actor, for example a player walking into a trigger. For events when objects have a blocking collision, for example a player hitting a wall, see 'Hit' events.
Components on both this and the other Actor must have bGenerateOverlapEvents set to true to generate overlap events.
Virtual Inheritance
- AActor::NotifyActorBeginOverlap → ACharacter::NotifyActorBeginOverlap
| Name | NotifyActorBeginOverlap |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h |
| Include Path | #include "GameFramework/Character.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Character.cpp |
virtual void NotifyActorBeginOverlap
(
AActor * OtherActor
)