|
KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
|
#include <ABroadcastTrigger.h>
ABroadcastTrigger에 대한 상속 다이어그램 :
ABroadcastTrigger에 대한 협력 다이어그램:Public 멤버 함수 | |
| ABroadcastTrigger () | |
| void | OnActivate () |
| virtual void | OnActivate_Implementation () |
| virtual void | Tick (float DeltaTime) override |
Protected 멤버 함수 | |
| virtual void | BeginPlay () override |
| void | OnTriggerBeginOverlap (UPrimitiveComponent *OverlappedComponent, AActor *OtherActor, UPrimitiveComponent *OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult &SweepResult) |
| 트리거 박스 Overlap 시작 이벤트 핸들러 | |
Protected 속성 | |
| bool | bIsTriggered |
| 트리거 활성화 상태 (false = 활성화, true = 비활성화) | |
| bool | bShowDebugBox |
| 디버그 드로우 표시 여부 | |
| FColor | DebugBoxColor |
| 디버그 박스 색상 | |
| TObjectPtr< class UBoxComponent > | TriggerBox |
| 트리거 영역을 정의하는 박스 컴포넌트 | |
ABroadcastTrigger.h 파일의 10 번째 라인에서 정의되었습니다.
| ABroadcastTrigger::ABroadcastTrigger | ( | ) |
ABroadcastTrigger.cpp 파일의 11 번째 라인에서 정의되었습니다.
다음을 참조함 : bIsTriggered, bShowDebugBox, DebugBoxColor, TriggerBox.
|
overrideprotectedvirtual |
ABroadcastTrigger.cpp 파일의 35 번째 라인에서 정의되었습니다.
다음을 참조함 : OnTriggerBeginOverlap(), TriggerBox.
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:| void ABroadcastTrigger::OnActivate | ( | ) |
|
virtual |
|
protected |
트리거 박스 Overlap 시작 이벤트 핸들러
ABroadcastTrigger.cpp 파일의 89 번째 라인에서 정의되었습니다.
다음을 참조함 : bIsTriggered, OnActivate().
다음에 의해서 참조됨 : BeginPlay().
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:
|
overridevirtual |
ABroadcastTrigger.cpp 파일의 43 번째 라인에서 정의되었습니다.
다음을 참조함 : bIsTriggered, bShowDebugBox, DebugBoxColor, TriggerBox.
|
protected |
트리거 활성화 상태 (false = 활성화, true = 비활성화)
ABroadcastTrigger.h 파일의 34 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ABroadcastTrigger(), OnTriggerBeginOverlap(), Tick().
|
protected |
디버그 드로우 표시 여부
ABroadcastTrigger.h 파일의 38 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ABroadcastTrigger(), Tick().
|
protected |
|
protected |
트리거 영역을 정의하는 박스 컴포넌트
ABroadcastTrigger.h 파일의 30 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ABroadcastTrigger(), BeginPlay(), Tick().