Files
UnrealEngine/Engine/Plugins/Experimental/AnimNextStateTree/Source/AnimNextStateTreeUncookedOnly/Private/AnimNextStateTreeUncookedModule.h
2025-05-18 13:04:45 +08:00

15 lines
236 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"
namespace UE::AnimNext::StateTree
{
class FAnimNextStateTreeUncookedModule : public IModuleInterface
{
};
}