|
KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
|
#include <DestroyTrigger.h>
ADestroyTrigger에 대한 상속 다이어그램 :
ADestroyTrigger에 대한 협력 다이어그램:Public 멤버 함수 | |
| ADestroyTrigger () | |
| void | BeginOverlap (UPrimitiveComponent *OverlappedComponent, AActor *OtherActor, UPrimitiveComponent *OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult &SweepResult) |
| void | Server_Destroy (AActor *ActorToDestroy) |
| virtual void | Tick (float DeltaTime) override |
Public 속성 | |
| class UBoxComponent * | Trigger |
Protected 멤버 함수 | |
| virtual void | BeginPlay () override |
DestroyTrigger.h 파일의 10 번째 라인에서 정의되었습니다.
| ADestroyTrigger::ADestroyTrigger | ( | ) |
DestroyTrigger.cpp 파일의 11 번째 라인에서 정의되었습니다.
다음을 참조함 : Trigger.
| void ADestroyTrigger::BeginOverlap | ( | UPrimitiveComponent * | OverlappedComponent, |
| AActor * | OtherActor, | ||
| UPrimitiveComponent * | OtherComp, | ||
| int32 | OtherBodyIndex, | ||
| bool | bFromSweep, | ||
| const FHitResult & | SweepResult | ||
| ) |
DestroyTrigger.cpp 파일의 34 번째 라인에서 정의되었습니다.
다음을 참조함 : Food, Server_Destroy().
다음에 의해서 참조됨 : BeginPlay().
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:
|
overrideprotectedvirtual |
DestroyTrigger.cpp 파일의 21 번째 라인에서 정의되었습니다.
다음을 참조함 : BeginOverlap(), Trigger.
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:| void ADestroyTrigger::Server_Destroy | ( | AActor * | ActorToDestroy | ) |
|
overridevirtual |
DestroyTrigger.cpp 파일의 29 번째 라인에서 정의되었습니다.
| class UBoxComponent* ADestroyTrigger::Trigger |
DestroyTrigger.h 파일의 28 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ADestroyTrigger(), BeginPlay().