Make OnBeginOverlap a UFUNCTION()

This commit is contained in:
baz 2024-06-24 21:21:32 +01:00
parent 9b0cfbecc3
commit 97201d8b6a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ protected:
public:
virtual void Tick(float DeltaSeconds) override;
UFUNCTION()
virtual void OnBeginOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor,
UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep,
const FHitResult& SweepResult);