Import helper plugin
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) 2026 Unreal Directive. Licensed under the MIT License.
|
||||
|
||||
#include "DirectiveUtilitiesEditor.h"
|
||||
|
||||
void FDirectiveUtilitiesEditorModule::StartupModule()
|
||||
{
|
||||
}
|
||||
|
||||
void FDirectiveUtilitiesEditorModule::ShutdownModule()
|
||||
{
|
||||
}
|
||||
|
||||
IMPLEMENT_MODULE(FDirectiveUtilitiesEditorModule, DirectiveUtilitiesEditor)
|
||||
Reference in New Issue
Block a user