Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
Syntax
UPROPERTY (BlueprintAssignable, Category="Collision")
FActorEndOverlapSignature OnActorEndOverlap
Remarks
Called when another actor stops overlapping this actor.
Components on both this and the other Actor must have bGenerateOverlapEvents set to true to generate overlap events.