#include <ServerRowMenuSystemWidget.h>
◆ Initialize()
| bool UServerRowMenuSystemWidget::Initialize |
( |
| ) |
|
|
overrideprotectedvirtual |
9{
10 const bool Success = Super::Initialize();
17
18
19
22 return true;
23}
◆ ServerSelectButtonClicked()
| void UServerRowMenuSystemWidget::ServerSelectButtonClicked |
( |
| ) |
|
44{
46 {
48 }
49}
void SelectIndex(uint32 Index)
Definition MainMenuSystemWidget.cpp:324
◆ SetAsSelected()
| void UServerRowMenuSystemWidget::SetAsSelected |
( |
bool | bIsSelected | ) |
|
32{
33 if(bIsSelected)
34 {
36 }
37 else
38 {
40 }
41}
◆ Setup()
◆ DefaultColor
| FLinearColor UServerRowMenuSystemWidget::DefaultColor |
|
private |
◆ IndexNumber
| uint32 UServerRowMenuSystemWidget::IndexNumber |
|
private |
◆ MainMenu
◆ SelectedColor
| FLinearColor UServerRowMenuSystemWidget::SelectedColor |
|
protected |
◆ ServerNameText
| class UTextBlock* UServerRowMenuSystemWidget::ServerNameText |
◆ ServerOwningPlayerText
| class UTextBlock* UServerRowMenuSystemWidget::ServerOwningPlayerText |
◆ ServerPingText
| class UTextBlock* UServerRowMenuSystemWidget::ServerPingText |
◆ ServerPlayerCountText
| class UTextBlock* UServerRowMenuSystemWidget::ServerPlayerCountText |
◆ ServerSelectButton
| class UButton* UServerRowMenuSystemWidget::ServerSelectButton |
|
protected |
The documentation for this class was generated from the following files: