KLingo Project Documentation
1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
Popup_AskTutorial.h
이 파일의 문서화 페이지로 가기
1
// Copyright (c) 2025 Doppleddiggong. All rights reserved. Unauthorized copying, modification, or distribution of this file, via any medium is strictly prohibited. Proprietary and confidential.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "
UBasePopup.h
"
7
#include "Popup_AskTutorial.generated.h"
8
12
UCLASS()
13
class ONEPIECE_API
UPopup_AskTutorial
: public
UBasePopup
14
{
15
GENERATED_BODY()
16
17
protected
:
18
virtual
void
NativeConstruct()
override
;
19
20
public
:
21
// 튜토리얼 수락
22
UPROPERTY(meta = (BindWidget))
23
class
UImageButton
* Btn_Yes;
24
25
// 튜토리얼 스킵
26
UPROPERTY(meta = (BindWidget))
27
class
UImageButton
* Btn_Skip;
28
29
UFUNCTION()
30
void
OnClickYes();
31
32
UFUNCTION()
33
void
OnClickSkip();
34
35
};
UBasePopup.h
UBasePopup
모든 팝업의 기본 클래스
Definition
UBasePopup.h:19
UImageButton
UImageButton
Definition
UImageButton.h:19
UPopup_AskTutorial
Definition
Popup_AskTutorial.h:14
Source
Onepiece
MessageBox
Public
Popup_AskTutorial.h
생성시간 : 금 1월 9 2026 00:25:57, 프로젝트명 : KLingo Project Documentation, 생성자 :
1.9.8