KLingo Project Documentation
1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
UPopup_HowToPlayItem.cpp
이 파일의 문서화 페이지로 가기
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
#include "
UPopup_HowToPlayItem.h
"
4
#include "
UGameDataManager.h
"
5
#include "Components/Image.h"
6
#include "Components/TextBlock.h"
7
#include "Components/VerticalBoxSlot.h"
8
9
void
UPopup_HowToPlayItem::InitPageData
(
const
FHowToPlayPageData
& InPageData)
10
{
11
PageData
= InPageData;
12
13
Txt_Title
->SetText(
PageData
.
Title
);
14
15
Txt_Description
->SetText(
PageData
.
Description
);
16
17
Img_Icon
->SetBrushFromTexture(
PageData
.
Texture
);
18
}
UGameDataManager.h
UGameDataManager 클래스를 선언합니다.
UPopup_HowToPlayItem.h
UPopup_HowToPlayItem::PageData
FHowToPlayPageData PageData
현재 페이지 데이터
Definition
UPopup_HowToPlayItem.h:40
UPopup_HowToPlayItem::Txt_Description
TObjectPtr< class UTextBlock > Txt_Description
페이지 설명
Definition
UPopup_HowToPlayItem.h:35
UPopup_HowToPlayItem::Img_Icon
TObjectPtr< class UImage > Img_Icon
페이지 아이콘
Definition
UPopup_HowToPlayItem.h:27
UPopup_HowToPlayItem::InitPageData
void InitPageData(const FHowToPlayPageData &InPageData)
페이지 데이터를 설정하고 UI를 업데이트합니다.
Definition
UPopup_HowToPlayItem.cpp:9
UPopup_HowToPlayItem::Txt_Title
TObjectPtr< class UTextBlock > Txt_Title
페이지 제목
Definition
UPopup_HowToPlayItem.h:31
FHowToPlayPageData
HowToPlay 페이지 데이터
Definition
FHowToPlayPageData.h:45
FHowToPlayPageData::Title
FText Title
페이지 제목
Definition
FHowToPlayPageData.h:54
FHowToPlayPageData::Texture
TObjectPtr< UTexture2D > Texture
페이지 아이콘 (선택적)
Definition
FHowToPlayPageData.h:62
FHowToPlayPageData::Description
FText Description
페이지 설명
Definition
FHowToPlayPageData.h:58
Source
Onepiece
MessageBox
Private
UPopup_HowToPlayItem.cpp
생성시간 : 금 1월 9 2026 00:25:57, 프로젝트명 : KLingo Project Documentation, 생성자 :
1.9.8