2024-04-13 02:31:49 -04:00
|
|
|
|
#include "GasaGameInstance.h"
|
|
|
|
|
|
|
|
|
|
void UGasaGameInstance::Init()
|
|
|
|
|
{
|
|
|
|
|
Super::Init();
|
|
|
|
|
|
|
|
|
|
DevOptionsCache.CachedDevOptions();
|
2024-04-14 21:51:14 -04:00
|
|
|
|
|
|
|
|
|
using namespace Gasa;
|
|
|
|
|
Log(FString::Printf(TEXT("UObject Size: %d RT: %d"), sizeof(UObject), UObject::StaticClass()->PropertiesSize ));
|
2024-04-13 02:31:49 -04:00
|
|
|
|
}
|