|
KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
|
#include <SessionInfoWidget.h>
USessionInfoWidget에 대한 상속 다이어그램 :
USessionInfoWidget에 대한 협력 다이어그램:Public 멤버 함수 | |
| void | OnClickJoin () |
| void | SetSessionInfo (int32 idx, FString sessionName) |
Public 속성 | |
| class UHoverButton * | Btn_Join |
| int32 | sessionIdx |
| class UTextBlock * | Txt_SessionName |
Protected 멤버 함수 | |
| virtual void | NativeConstruct () override |
SessionInfoWidget.h 파일의 13 번째 라인에서 정의되었습니다.
|
overrideprotectedvirtual |
SessionInfoWidget.cpp 파일의 12 번째 라인에서 정의되었습니다.
다음을 참조함 : Btn_Join, UHoverButton::OnButtonClickedEvent, OnClickJoin().
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:| void USessionInfoWidget::OnClickJoin | ( | ) |
SessionInfoWidget.cpp 파일의 24 번째 라인에서 정의되었습니다.
다음을 참조함 : ULingoGameInstance::JoinOtherSession(), sessionIdx.
다음에 의해서 참조됨 : NativeConstruct().
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:| void USessionInfoWidget::SetSessionInfo | ( | int32 | idx, |
| FString | sessionName | ||
| ) |
SessionInfoWidget.cpp 파일의 34 번째 라인에서 정의되었습니다.
다음을 참조함 : sessionIdx, Txt_SessionName.
다음에 의해서 참조됨 : ULobbyWidget::OnFindComplete().
이 함수를 호출하는 함수들에 대한 그래프입니다.:| class UHoverButton* USessionInfoWidget::Btn_Join |
SessionInfoWidget.h 파일의 25 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : NativeConstruct().
| int32 USessionInfoWidget::sessionIdx |
SessionInfoWidget.h 파일의 33 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : OnClickJoin(), SetSessionInfo().
| class UTextBlock* USessionInfoWidget::Txt_SessionName |
SessionInfoWidget.h 파일의 22 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : SetSessionInfo().