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