DRG-Femboy-Voice/Source/FSDEngine/Public/GeneralMatPropertiesEmpty.h
2025-04-15 12:39:31 -07:00

20 lines
524 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "EGeneralCombEmpty.h"
#include "GeneralMatPropertiesEmpty.generated.h"
class UTerrainMaterialCore;
USTRUCT(BlueprintType)
struct FGeneralMatPropertiesEmpty {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
EGeneralCombEmpty Result;
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
UTerrainMaterialCore* Material;
FSDENGINE_API FGeneralMatPropertiesEmpty();
};