CelticCraft/Plugins/VoxelFree/Source/VoxelGraph/Private/Examples/VDI_Sphere_Graph.h

19 lines
399 B
C
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#pragma once
#include "CoreMinimal.h"
#include "VoxelGeneratedWorldGeneratorsIncludes.h"
#include "VDI_Sphere_Graph.generated.h"
UCLASS(Blueprintable)
class UVDI_Sphere_Graph : public UVoxelGraphGeneratorHelper
{
GENERATED_BODY()
public:
UVDI_Sphere_Graph();
virtual TVoxelSharedRef<FVoxelTransformableGeneratorInstance> GetTransformableInstance() override;
};