CelticCraft/Plugins/VoxelFree/Source/Voxel/Public/VoxelEditorDelegates.h

13 lines
270 B
C
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#pragma once
#include "CoreMinimal.h"
class UMaterial;
struct VOXEL_API FVoxelEditorDelegates
{
DECLARE_MULTICAST_DELEGATE_OneParam(FFixVoxelLandscapeMaterial, UMaterial*);
static FFixVoxelLandscapeMaterial FixVoxelLandscapeMaterial;
};