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

12 lines
280 B
C
Raw Permalink Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#include "CoreMinimal.h"
#include "DummyObject.generated.h"
// Random class to make UHT happy
UCLASS(Abstract, Deprecated, NotPlaceable, NotBlueprintable, HideDropdown)
class UDEPRECATED_GraphEditorDummyObject : public UObject
{
GENERATED_BODY()
};