RoveSoSimulator
Loading...
Searching...
No Matches
Source
RoveSoSimulator
Public
UI
MainMenuWidget.h
1
#
pragma
once
2
3
#
include
"UObject/ObjectMacros.h"
4
#
include
"UI/UIWidget.h"
5
#
include
"MainMenuWidget.generated.h"
6
7
class
UButton;
8
9
UCLASS(Abstract, Blueprintable, BlueprintType)
10
class
UMainMenuWidget
:
public
UUIWidget
11
{
12
GENERATED_BODY()
13
14
protected
:
15
void
NativeOnInitialized()
override
;
16
};
UMainMenuWidget
Definition
MainMenuWidget.h:11
Generated by
1.16.1