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

#include <LobbyHUDWidget.h>

Inheritance diagram for ULobbyHUDWidget:
UWjWorldUserWidgetBase

Public Member Functions

virtual void NativeConstruct () override

Protected Member Functions

void OnCreateRoomClicked ()
void OnFindRoomClicked ()
void OnDirectConnectClicked ()
void OnSettingsClicked ()
void OnProfileClicked ()
void OnPlacementModeClicked ()
void OnCosmeticClicked ()

Protected Attributes

TObjectPtr< UButton > CreateRoomButton
TObjectPtr< UButton > FindRoomButton
TObjectPtr< UButton > DirectConnectButton
TObjectPtr< UButton > SettingsButton
TObjectPtr< UButton > ProfileButton
TObjectPtr< UButton > PlacementModeButton
TObjectPtr< UButton > CosmeticButton
TSubclassOf< UPlayerProfileWidgetProfileWidgetClass
TSubclassOf< UCosmeticMainWindowCosmeticWindowClass

Detailed Description

로비 HUD 위젯

기능:

  • "방 만들기" 버튼
  • "방 찾기" 버튼
  • "직접 입장" 버튼 (NULL Subsystem용)
  • "설정" 버튼 (추후)
  • "프로필" 버튼

Member Function Documentation

◆ NativeConstruct()

void ULobbyHUDWidget::NativeConstruct ( )
overridevirtual

◆ OnCosmeticClicked()

void ULobbyHUDWidget::OnCosmeticClicked ( )
protected

◆ OnCreateRoomClicked()

void ULobbyHUDWidget::OnCreateRoomClicked ( )
protected

◆ OnDirectConnectClicked()

void ULobbyHUDWidget::OnDirectConnectClicked ( )
protected

◆ OnFindRoomClicked()

void ULobbyHUDWidget::OnFindRoomClicked ( )
protected

◆ OnPlacementModeClicked()

void ULobbyHUDWidget::OnPlacementModeClicked ( )
protected

◆ OnProfileClicked()

void ULobbyHUDWidget::OnProfileClicked ( )
protected

◆ OnSettingsClicked()

void ULobbyHUDWidget::OnSettingsClicked ( )
protected

Member Data Documentation

◆ CosmeticButton

TObjectPtr<UButton> ULobbyHUDWidget::CosmeticButton
protected

코스메틱 버튼

◆ CosmeticWindowClass

TSubclassOf<UCosmeticMainWindow> ULobbyHUDWidget::CosmeticWindowClass
protected

코스메틱 윈도우 클래스 (Blueprint에서 설정)

◆ CreateRoomButton

TObjectPtr<UButton> ULobbyHUDWidget::CreateRoomButton
protected

방 만들기 버튼

◆ DirectConnectButton

TObjectPtr<UButton> ULobbyHUDWidget::DirectConnectButton
protected

직접 입장 버튼 (NULL Subsystem용 임시)

◆ FindRoomButton

TObjectPtr<UButton> ULobbyHUDWidget::FindRoomButton
protected

방 찾기 버튼

◆ PlacementModeButton

TObjectPtr<UButton> ULobbyHUDWidget::PlacementModeButton
protected

배치 모드 버튼

◆ ProfileButton

TObjectPtr<UButton> ULobbyHUDWidget::ProfileButton
protected

프로필 버튼

◆ ProfileWidgetClass

TSubclassOf<UPlayerProfileWidget> ULobbyHUDWidget::ProfileWidgetClass
protected

프로필 위젯 클래스 (Blueprint에서 설정)

◆ SettingsButton

TObjectPtr<UButton> ULobbyHUDWidget::SettingsButton
protected

설정 버튼 (추후)


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