UE5_StaticMesh_Gen_Build_MD.../Source/SMC_Build/SMCGameInstance.cpp

16 lines
265 B
C++
Raw Normal View History

2021-06-30 17:11:29 +08:00
// Fill out your copyright notice in the Description page of Project Settings.
#include "SMCGameInstance.h"
// #include "IMeshReductionManagerModule.h"
// #include "MeshUtilities.h"
void USMCGameInstance::Shutdown()
{
}
void USMCGameInstance::OnStart()
{
}