Ed_
6765478a9d
- Enabled a few more plugins - Added clang formatting straight from the GasaGen cpp. - Setup auto-generation of the DevOptionsCache - Messed around with generating widgettree hiearchy from template widget
14 lines
198 B
C++
14 lines
198 B
C++
#pragma once
|
|
|
|
#include "GasaUserWidget.h"
|
|
|
|
#include "UI_HostWidget.generated.h"
|
|
|
|
UCLASS()
|
|
class GASA_API UUI_HostWidget : public UGasaUserWidget
|
|
{
|
|
GENERATED_BODY()
|
|
public:
|
|
// #pragma region
|
|
};
|