KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
UStartWidget 클래스 참조

#include <StartWidget.h>

+ UStartWidget에 대한 상속 다이어그램 :
+ UStartWidget에 대한 협력 다이어그램:

Public 멤버 함수

void OnRegistPressed ()
 
void OnStartPressed ()
 

Public 속성

class UHoverButtonHoverBtn_Regist
 
class UHoverButtonHoverBtn_Start
 

Protected 멤버 함수

virtual void NativeConstruct () override
 

상세한 설명

StartWidget.h 파일의 14 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ NativeConstruct()

void UStartWidget::NativeConstruct ( )
overrideprotectedvirtual

StartWidget.cpp 파일의 11 번째 라인에서 정의되었습니다.

12{
13 Super::NativeConstruct();
14
15 // 마우스 커서 표시
17
19 {
21 }
22
24 {
26 }
27}
FOnHoverButtonClickedEvent OnButtonClickedEvent
static void ShowMouseCursor(const UObject *WorldContextObject)
마우스 커서를 표시하고 게임+UI 입력 모드로 설정합니다.
class UHoverButton * HoverBtn_Regist
Definition StartWidget.h:26
void OnRegistPressed()
class UHoverButton * HoverBtn_Start
Definition StartWidget.h:23
void OnStartPressed()

다음을 참조함 : HoverBtn_Regist, HoverBtn_Start, UHoverButton::OnButtonClickedEvent, OnRegistPressed(), OnStartPressed(), ULingoGameHelper::ShowMouseCursor().

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

◆ OnRegistPressed()

void UStartWidget::OnRegistPressed ( )

StartWidget.cpp 파일의 37 번째 라인에서 정의되었습니다.

38{
39 if (auto Popup = UPopupManager::ShowPopupAs<UPopup_InputMsg>(GetWorld(), EPopupType::Register))
40 {
41 Popup->InitPopup(EPopupType::Register);
42 }
43}

다음에 의해서 참조됨 : NativeConstruct().

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ OnStartPressed()

void UStartWidget::OnStartPressed ( )

StartWidget.cpp 파일의 29 번째 라인에서 정의되었습니다.

30{
31 if (auto Popup = UPopupManager::ShowPopupAs<UPopup_InputMsg>(GetWorld(), EPopupType::Login))
32 {
33 Popup->InitPopup(EPopupType::Login);
34 }
35}

다음에 의해서 참조됨 : NativeConstruct().

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

멤버 데이터 문서화

◆ HoverBtn_Regist

class UHoverButton* UStartWidget::HoverBtn_Regist

StartWidget.h 파일의 26 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : NativeConstruct().

◆ HoverBtn_Start

class UHoverButton* UStartWidget::HoverBtn_Start

StartWidget.h 파일의 23 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : NativeConstruct().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: