Update directive utilities plugin
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Copyright (c) 2026 Unreal Directive. Licensed under the MIT License.
|
||||
|
||||
#include "DirectiveUtilitiesEditor.h"
|
||||
#include "Tasks/DirectiveUtilEditorSlowTask.h"
|
||||
|
||||
void FDirectiveUtilitiesEditorModule::StartupModule()
|
||||
{
|
||||
@@ -8,6 +9,7 @@ void FDirectiveUtilitiesEditorModule::StartupModule()
|
||||
|
||||
void FDirectiveUtilitiesEditorModule::ShutdownModule()
|
||||
{
|
||||
UDirectiveUtilEditorSlowTask::FinishActiveTask();
|
||||
}
|
||||
|
||||
IMPLEMENT_MODULE(FDirectiveUtilitiesEditorModule, DirectiveUtilitiesEditor)
|
||||
|
||||
Reference in New Issue
Block a user