Ed_
18bb578c97
- 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
13 lines
188 B
C++
13 lines
188 B
C++
#pragma once
|
|
|
|
#include "Components/CanvasPanel.h"
|
|
|
|
#include "GasaCanvasPanel.generated.h"
|
|
|
|
UCLASS()
|
|
class GASA_API UGasaCanvasPanel : public UCanvasPanel
|
|
{
|
|
GENERATED_BODY()
|
|
public:
|
|
};
|