Files
2025-05-18 13:04:45 +08:00

8 lines
203 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ModelViewViewModelBlueprintModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, ModelViewViewModelBlueprint);