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

19 lines
417 B
C
Raw Permalink Normal View History

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