Files
UnrealEngine/Engine/Source/Editor/SubobjectEditor/Private/SSubobjectEditorModule.cpp
2025-05-18 13:04:45 +08:00

7 lines
182 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "SSubobjectEditorModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FSubobjectEditorModule, SubobjectEditor)