WjWorld
Loading...
Searching...
No Matches
UPlayerProfileWidget Class Reference

#include <PlayerProfileWidget.h>

Inheritance diagram for UPlayerProfileWidget:
UWjWorldUserWidgetBase

Public Member Functions

virtual void NativeConstruct () override
virtual void NativeDestruct () override
void ShowLocalProfile ()
void ShowPlayerProfile (const FUniqueNetIdRepl &PlayerId, const FText &PlayerName, const FCosmeticLoadout &Loadout)

Protected Attributes

TObjectPtr< UImage > CharacterPreviewImage
TObjectPtr< UTextBlock > PlayerNameText
TObjectPtr< UVerticalBox > StatsContainer
TObjectPtr< UButton > CloseButton

Detailed Description

플레이어 프로필 위젯

  • 3D 캐릭터 프리뷰 (코스메틱 포함)
  • 플레이어 이름
  • 미니게임별 스탯 표시

Member Function Documentation

◆ NativeConstruct()

void UPlayerProfileWidget::NativeConstruct ( )
overridevirtual

◆ NativeDestruct()

void UPlayerProfileWidget::NativeDestruct ( )
overridevirtual

◆ ShowLocalProfile()

void UPlayerProfileWidget::ShowLocalProfile ( )

로컬 플레이어 프로필 표시

◆ ShowPlayerProfile()

void UPlayerProfileWidget::ShowPlayerProfile ( const FUniqueNetIdRepl & PlayerId,
const FText & PlayerName,
const FCosmeticLoadout & Loadout )

타 플레이어 프로필 표시

Member Data Documentation

◆ CharacterPreviewImage

TObjectPtr<UImage> UPlayerProfileWidget::CharacterPreviewImage
protected

◆ CloseButton

TObjectPtr<UButton> UPlayerProfileWidget::CloseButton
protected

◆ PlayerNameText

TObjectPtr<UTextBlock> UPlayerProfileWidget::PlayerNameText
protected

◆ StatsContainer

TObjectPtr<UVerticalBox> UPlayerProfileWidget::StatsContainer
protected

The documentation for this class was generated from the following files: