Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

onoverlapbegin ue4 c++

public
  ...

  // declare overlap begin function
	UFUNCTION()
	void OnOverlapBegin(class UPrimitiveComponent* OverlappedComp, class AActor* OtherActor, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult);

	// declare overlap end function
	UFUNCTION()
	void OnOverlapEnd(class UPrimitiveComponent* OverlappedComp, class AActor* OtherActor, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex);
Source by unrealcpp.com #
 
PREVIOUS NEXT
Tagged: #onoverlapbegin
ADD COMMENT
Topic
Name
9+8 =