CelticCraft/Plugins/VoxelFree/Source/VoxelGraphEditor/Private/VoxelDebugGraphUtils.h

19 lines
281 B
C
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#pragma once
#include "CoreMinimal.h"
#include "VoxelNode.h"
#include "VoxelDebugGraphUtils.generated.h"
class FVoxelGraphCompiler;
class UVoxelGraphGenerator;
UCLASS(NotPlaceable)
class UVoxelDebugNode : public UVoxelNode
{
GENERATED_BODY()
};