Files
UnrealEngine/Engine/Plugins/Experimental/SceneState/Source/SceneStateEvent/Private/SceneStateEventModule.cpp
2025-05-18 13:04:45 +08:00

9 lines
216 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Modules/ModuleManager.h"
#include "SceneStateEventLog.h"
DEFINE_LOG_CATEGORY(LogSceneStateEvent);
IMPLEMENT_MODULE(FDefaultModuleImpl, SceneStateEvent)