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
15 lines
251 B
C++
15 lines
251 B
C++
#pragma once
|
|
|
|
#include "Blueprint/GameViewportSubsystem.h"
|
|
|
|
#include "GasaViewportSubsystem.generated.h"
|
|
|
|
UCLASS()
|
|
class GASA_API UGasaViewportSubsystem : public UGameViewportSubsystem
|
|
{
|
|
GENERATED_BODY()
|
|
public:
|
|
// UGasaViewportSubsystem();
|
|
|
|
|
|
}; |