KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
UPopup_HowToPlayItem.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 "UPageScrollItem.h"
8#include "UPopup_HowToPlayItem.generated.h"
9
14UCLASS()
15class ONEPIECE_API UPopup_HowToPlayItem : public UPageScrollItem
16{
17 GENERATED_BODY()
18
19public:
22 void InitPageData(const FHowToPlayPageData& InPageData);
23
24protected:
26 UPROPERTY(BlueprintReadOnly, meta = (BindWidgetOptional))
27 TObjectPtr<class UImage> Img_Icon;
28
30 UPROPERTY(BlueprintReadOnly, meta = (BindWidget))
31 TObjectPtr<class UTextBlock> Txt_Title;
32
34 UPROPERTY(BlueprintReadOnly, meta = (BindWidget))
35 TObjectPtr<class UTextBlock> Txt_Description;
36
37private:
39 UPROPERTY(BlueprintReadOnly, Category = "HowToPlayPage", meta = (AllowPrivateAccess = "true"))
41};
페이지 스크롤 뷰의 개별 페이지 아이템 UPageScrollView에 의해 동적으로 생성되며, 개별 페이지의 콘텐츠를 담는 컨테이너입니다.
HowToPlay 팝업의 개별 페이지 위젯 각 페이지는 Control, Read, Listen, Speak, Write 중 하나를 표시합니다.
HowToPlay 페이지 데이터