#include <TutorialContentWidget.h>
◆ GetKeyText()
| FString UTutorialContentWidget::GetKeyText |
( |
| ) |
const |
61{
63 {
64 return FString();
65 }
66
68}
TObjectPtr< UTextBlock > TXT_KeyText
Definition TutorialContentWidget.h:66
◆ GetKeyTextWidget()
| UTextBlock * UTutorialContentWidget::GetKeyTextWidget |
( |
| ) |
const |
◆ GetTitleText()
| FString UTutorialContentWidget::GetTitleText |
( |
| ) |
const |
50{
52 {
53 return FString();
54 }
55
57}
TObjectPtr< UTextBlock > TXT_Title
Definition TutorialContentWidget.h:63
◆ GetTitleWidget()
| UTextBlock * UTutorialContentWidget::GetTitleWidget |
( |
| ) |
const |
◆ GetTutorialData()
| FORCEINLINE const FDT_TutorialTable & UTutorialContentWidget::GetTutorialData |
( |
| ) |
const |
|
inline |
45 {
47 }
FDT_TutorialTable TutorialData
Definition TutorialContentWidget.h:76
◆ InitializeTutorialContent()
| void UTutorialContentWidget::InitializeTutorialContent |
( |
const FDT_TutorialTable & |
InTutorialData | ) |
|
96{
99
102}
void SetTitle(const FString &Sentence)
Definition TutorialContentWidget.cpp:71
int32 Tutorial_ID
Definition TutorialContentWidget.h:73
void SetKeyText(const FString &Sentence)
Definition TutorialContentWidget.cpp:83
int32 Tutorial_ID
Definition FDT_TutorialTable.h:22
FText Title
Definition FDT_TutorialTable.h:25
FText ControlKey
Definition FDT_TutorialTable.h:31
◆ NativeConstruct()
| void UTutorialContentWidget::NativeConstruct |
( |
| ) |
|
|
overrideprotectedvirtual |
12{
13 Super::NativeConstruct();
14
16 {
18 }
19 else
20 {
22 }
23}
#define LOG_ERROR(Category, Format,...)
Definition CK_UE.h:40
#define NAMEOF_VAR(Expr)
Definition CK_UE.h:34
TObjectPtr< UButton > BTN_ClickButton
Definition TutorialContentWidget.h:69
void OnClickButtonClicked()
Definition TutorialContentWidget.cpp:105
◆ NativeDestruct()
| void UTutorialContentWidget::NativeDestruct |
( |
| ) |
|
|
overrideprotectedvirtual |
27{
29 {
31 }
32
33 Super::NativeDestruct();
34}
◆ OnClickButtonClicked()
| void UTutorialContentWidget::OnClickButtonClicked |
( |
| ) |
|
|
protected |
106{
108}
FOnTutorialContentClicked OnTutorialContentClicked
Definition TutorialContentWidget.h:59
◆ SetKeyText()
| void UTutorialContentWidget::SetKeyText |
( |
const FString & |
Sentence | ) |
|
84{
86 {
88 return;
89 }
90
92}
◆ SetTitle()
| void UTutorialContentWidget::SetTitle |
( |
const FString & |
Sentence | ) |
|
72{
74 {
76 return;
77 }
78
79 TXT_Title->SetText(FText::FromString(Sentence));
80}
◆ BTN_ClickButton
| TObjectPtr<UButton> UTutorialContentWidget::BTN_ClickButton |
|
protected |
◆ OnTutorialContentClicked
| FOnTutorialContentClicked UTutorialContentWidget::OnTutorialContentClicked |
◆ Tutorial_ID
| int32 UTutorialContentWidget::Tutorial_ID = 0 |
|
protected |
◆ TutorialData
◆ TXT_KeyText
| TObjectPtr<UTextBlock> UTutorialContentWidget::TXT_KeyText |
|
protected |
◆ TXT_Title
| TObjectPtr<UTextBlock> UTutorialContentWidget::TXT_Title |
|
protected |
이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: