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
18 lines
289 B
C
18 lines
289 B
C
// This was generated by GasaGen/GasaGen.cpp
|
|
#pragma once
|
|
|
|
#include "GasaDevOptionsCache.generated.h"
|
|
|
|
USTRUCT()
|
|
struct GASA_API FGasaDevOptionsCache
|
|
{
|
|
GENERATED_BODY()
|
|
|
|
UPROPERTY()
|
|
UClass* Template_PlayerCamera;
|
|
UPROPERTY()
|
|
UClass* Template_HUD_HostUI;
|
|
|
|
void CachedDevOptions();
|
|
};
|