Make OnBeginOverlap a UFUNCTION()
This commit is contained in:
parent
9b0cfbecc3
commit
97201d8b6a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue