Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Event when an actor no longer overlaps another actor, and they have separated.
Components on both this and the other Actor must have bGenerateOverlapEvents set to true to generate overlap events.
Derived Overrides
| Name | NotifyActorEndOverlap |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
virtual void NotifyActorEndOverlap
(
AActor * OtherActor
)