HotPatcher/HotPatcher/Source/HotPatcherCore/Public/Cooker/HotPatcherCookerSettingBase.h

11 lines
280 B
C
Raw Normal View History

2024-09-09 00:17:43 +00:00
#pragma once
// engine
#include "CoreMinimal.h"
#include "Engine/EngineTypes.h"
#include "HotPatcherCookerSettingBase.generated.h"
USTRUCT(BlueprintType)
struct HOTPATCHERCORE_API FHotPatcherCookerSettingBase: public FPatcherEntitySettingBase
{
GENERATED_USTRUCT_BODY()
};