Paradies Project
Loading...
Searching...
No Matches
UResultCharacterSlotWidget Class Reference

승리 화면에서 개별 캐릭터 1명의 정보를 표시하는 위젯. More...

#include <ResultCharacterSlotWidget.h>

Inheritance diagram for UResultCharacterSlotWidget:
Inheritance graph
Collaboration diagram for UResultCharacterSlotWidget:
Collaboration graph

Public Member Functions

void SetSlotData (const FResultCharacterData &InData)
 슬롯 데이터를 갱신합니다.

Protected Member Functions

virtual void NativeConstruct () override

Protected Attributes

TObjectPtr< UImage > Img_Portrait = nullptr
 캐릭터 초상화
TObjectPtr< UTextBlock > Text_Name = nullptr
 캐릭터 이름
TObjectPtr< UTextBlock > Text_GainedExp = nullptr
 획득 경험치 텍스트
TObjectPtr< UProgressBar > ProgressBar_Exp = nullptr
 경험치 게이지

Detailed Description

승리 화면에서 개별 캐릭터 1명의 정보를 표시하는 위젯.

Member Function Documentation

◆ SetSlotData()

void UResultCharacterSlotWidget::SetSlotData ( const FResultCharacterData & InData)

슬롯 데이터를 갱신합니다.

Parameters
InData표시할 캐릭터 정보
Here is the caller graph for this function:

The documentation for this class was generated from the following files:
  • Source/Paradise/Public/UI/Widgets/Ingame/Result/ResultCharacterSlotWidget.h
  • Source/Paradise/Private/UI/Widgets/Ingame/Result/ResultCharacterSlotWidget.cpp