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

18 lines
281 B
C++

// 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()
};