Files
UnrealEngine/Engine/Plugins/Animation/BlendStack/Source/Runtime/Private/BlendStackDefines.cpp
2025-05-18 13:04:45 +08:00

9 lines
217 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "BlendStack/BlendStackDefines.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, BlendStack);
DEFINE_LOG_CATEGORY(LogBlendStack);