Paradies Project
Loading...
Searching...
No Matches
UParadiseStageNodeWidget Class Reference
Inheritance diagram for UParadiseStageNodeWidget:
Inheritance graph
Collaboration diagram for UParadiseStageNodeWidget:
Collaboration graph

Public Member Functions

void SetupNode (const FStageStats &InStats, const FStageAssets &InAssets)
 부모(StageSelect)로부터 데이터를 받아 UI를 갱신하는 함수.

Public Attributes

FName StageID = NAME_None
 스테이지 ID (기획자가 에디터에서 입력)
FOnStageNodeClicked OnNodeClicked
 부모 위젯(Manager)에게 클릭 이벤트를 알리는 델리게이트

Protected Member Functions

virtual void NativeConstruct () override

Protected Attributes

TObjectPtr< UImage > Img_Thumbnail = nullptr
TObjectPtr< UButton > Btn_Enter = nullptr

Member Function Documentation

◆ SetupNode()

void UParadiseStageNodeWidget::SetupNode ( const FStageStats & InStats,
const FStageAssets & InAssets )

부모(StageSelect)로부터 데이터를 받아 UI를 갱신하는 함수.

Parameters
InStats기획 데이터 (이름 등)
InAssets아트 데이터 (이미지 등)

The documentation for this class was generated from the following files:
  • Source/Paradise/Public/UI/Widgets/Lobby/Stage/ParadiseStageNodeWidget.h
  • Source/Paradise/Private/UI/Widgets/Lobby/Stage/ParadiseStageNodeWidget.cpp