HotPatcher/HotPatcher/Source/HotPatcherCore/Public/Cooker/HotPatcherCookerSettingBase.h
2024-09-09 08:17:43 +08:00

11 lines
280 B
C

#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()
};