U++ 碰撞函数结构
碰撞函数UFUNCTION()
void OnBoxBeginOverlap(UPrimitiveComponent* OverlappedComponent,AActor* OtherActor,UPrimitiveComponent* OtherComp,int32 OtherBodyIndex,bool bFromSweep,const FHitResult& SweepResult
);参数详解UPrimitiveComponent* OverlappedComponent表…
2026/7/17 16:45:44