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
18 lines
481 B
C++
18 lines
481 B
C++
// This was generated by GasaGen/GasaGen.cpp
|
|
#include "GasaDevOptionsCache.h"
|
|
|
|
#include "GasaDevOptions.h"
|
|
#include "Actors/CameraMount.h"
|
|
#include "UI/UI_HostWidget.h"
|
|
using namespace Gasa;
|
|
|
|
void FGasaDevOptionsCache::CachedDevOptions()
|
|
{
|
|
UGasaDevOptions* DevOpts = GetMutDevOptions();
|
|
|
|
Template_PlayerCamera = DevOpts->Template_PlayerCamera.LoadSynchronous();
|
|
Template_HUD_HostUI = DevOpts->Template_HUD_HostUI.LoadSynchronous();
|
|
|
|
Tag_GlobalPPV = DevOpts->Tag_GlobalPPV;
|
|
}
|