Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeAppleImageUtils_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); APPLEIMAGEUTILS_API UFunction* Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature();
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_AppleImageUtils;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AppleImageUtils()
{
if (!Z_Registration_Info_UPackage__Script_AppleImageUtils.OuterSingleton)
{
static UObject* (*const SingletonFuncArray[])() = {
(UObject* (*)())Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature,
};
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AppleImageUtils",
SingletonFuncArray,
UE_ARRAY_COUNT(SingletonFuncArray),
PKG_CompiledIn | 0x00000000,
0x5AFE1AA6,
0x0E302DFD,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AppleImageUtils.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AppleImageUtils.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AppleImageUtils(Z_Construct_UPackage__Script_AppleImageUtils, TEXT("/Script/AppleImageUtils"), Z_Registration_Info_UPackage__Script_AppleImageUtils, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x5AFE1AA6, 0x0E302DFD));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,698 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "AppleImageUtilsBlueprintProxy.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAppleImageUtilsBlueprintProxy() {}
// ********** Begin Cross Module References ********************************************************
APPLEIMAGEUTILS_API UClass* Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy();
APPLEIMAGEUTILS_API UClass* Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister();
APPLEIMAGEUTILS_API UEnum* Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection();
APPLEIMAGEUTILS_API UFunction* Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature();
APPLEIMAGEUTILS_API UScriptStruct* Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
ENGINE_API UClass* Z_Construct_UClass_UTexture_NoRegister();
UPackage* Z_Construct_UPackage__Script_AppleImageUtils();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FAppleImageUtilsImageConversionResult *****************************
struct Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FAppleImageUtilsImageConversionResult); }
static inline consteval int16 GetStructAlignment() { return alignof(FAppleImageUtilsImageConversionResult); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Error_MetaData[] = {
{ "Category", "Image Conversion" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImageData_MetaData[] = {
{ "Category", "Image Conversion" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FAppleImageUtilsImageConversionResult constinit property declarations
static const UECodeGen_Private::FStrPropertyParams NewProp_Error;
static const UECodeGen_Private::FBytePropertyParams NewProp_ImageData_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ImageData;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FAppleImageUtilsImageConversionResult constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAppleImageUtilsImageConversionResult>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAppleImageUtilsImageConversionResult;
class UScriptStruct* FAppleImageUtilsImageConversionResult::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FAppleImageUtilsImageConversionResult.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FAppleImageUtilsImageConversionResult.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult, (UObject*)Z_Construct_UPackage__Script_AppleImageUtils(), TEXT("AppleImageUtilsImageConversionResult"));
}
return Z_Registration_Info_UScriptStruct_FAppleImageUtilsImageConversionResult.OuterSingleton;
}
// ********** Begin ScriptStruct FAppleImageUtilsImageConversionResult Property Definitions ********
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::NewProp_Error = { "Error", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAppleImageUtilsImageConversionResult, Error), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Error_MetaData), NewProp_Error_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::NewProp_ImageData_Inner = { "ImageData", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::NewProp_ImageData = { "ImageData", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAppleImageUtilsImageConversionResult, ImageData), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImageData_MetaData), NewProp_ImageData_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::NewProp_Error,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::NewProp_ImageData_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::NewProp_ImageData,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FAppleImageUtilsImageConversionResult Property Definitions **********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AppleImageUtils,
nullptr,
&NewStructOps,
"AppleImageUtilsImageConversionResult",
Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::PropPointers),
sizeof(FAppleImageUtilsImageConversionResult),
alignof(FAppleImageUtilsImageConversionResult),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult()
{
if (!Z_Registration_Info_UScriptStruct_FAppleImageUtilsImageConversionResult.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAppleImageUtilsImageConversionResult.InnerSingleton, Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAppleImageUtilsImageConversionResult.InnerSingleton);
}
// ********** End ScriptStruct FAppleImageUtilsImageConversionResult *******************************
// ********** Begin Delegate FAppleImageConversionDelegate *****************************************
struct Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics
{
struct _Script_AppleImageUtils_eventAppleImageConversionDelegate_Parms
{
FAppleImageUtilsImageConversionResult ConversionResult;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConversionResult_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FAppleImageConversionDelegate constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_ConversionResult;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FAppleImageConversionDelegate constinit property declarations ***********
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FAppleImageConversionDelegate Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::NewProp_ConversionResult = { "ConversionResult", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_AppleImageUtils_eventAppleImageConversionDelegate_Parms, ConversionResult), Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConversionResult_MetaData), NewProp_ConversionResult_MetaData) }; // 236165774
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::NewProp_ConversionResult,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FAppleImageConversionDelegate Property Definitions **********************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_AppleImageUtils, nullptr, "AppleImageConversionDelegate__DelegateSignature", Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::_Script_AppleImageUtils_eventAppleImageConversionDelegate_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00530000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::_Script_AppleImageUtils_eventAppleImageConversionDelegate_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FAppleImageConversionDelegate_DelegateWrapper(const FMulticastScriptDelegate& AppleImageConversionDelegate, FAppleImageUtilsImageConversionResult const& ConversionResult)
{
struct _Script_AppleImageUtils_eventAppleImageConversionDelegate_Parms
{
FAppleImageUtilsImageConversionResult ConversionResult;
};
_Script_AppleImageUtils_eventAppleImageConversionDelegate_Parms Parms;
Parms.ConversionResult=ConversionResult;
AppleImageConversionDelegate.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FAppleImageConversionDelegate *******************************************
// ********** Begin Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Function CreateProxyObjectForConvertToHEIF
struct Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics
{
struct AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms
{
UTexture* SourceImage;
int32 Quality;
bool bWantColor;
bool bUseGpu;
float Scale;
ETextureRotationDirection Rotate;
UAppleImageUtilsBaseAsyncTaskBlueprintProxy* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "Category", "Image Conversion" },
{ "Comment", "/**\n\x09 * Converts a image to an array of HEIF data in a background task\n\x09 *\n\x09 * @param SourceImage the image to compress\n\x09 * @param Quality the quality level to compress to\n\x09 * @param bWantColor whether the HEIF is color (true) or monochrome (false)\n\x09 * @param bUseGpu whether to use the GPU (true) or the CPU (false) to compress\n\x09 * @param Scale whether to scale the image before conversion, defaults to no scaling\n\x09 * @param Rotate a direction to rotate the image in during conversion, defaults to none\n\x09 */" },
{ "CPP_Default_bUseGpu", "true" },
{ "CPP_Default_bWantColor", "true" },
{ "CPP_Default_Quality", "85" },
{ "CPP_Default_Rotate", "None" },
{ "CPP_Default_Scale", "1.000000" },
{ "DisplayName", "Convert To HEIF" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
{ "ToolTip", "Converts a image to an array of HEIF data in a background task\n\n@param SourceImage the image to compress\n@param Quality the quality level to compress to\n@param bWantColor whether the HEIF is color (true) or monochrome (false)\n@param bUseGpu whether to use the GPU (true) or the CPU (false) to compress\n@param Scale whether to scale the image before conversion, defaults to no scaling\n@param Rotate a direction to rotate the image in during conversion, defaults to none" },
};
#endif // WITH_METADATA
// ********** Begin Function CreateProxyObjectForConvertToHEIF constinit property declarations *****
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceImage;
static const UECodeGen_Private::FIntPropertyParams NewProp_Quality;
static void NewProp_bWantColor_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWantColor;
static void NewProp_bUseGpu_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseGpu;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Scale;
static const UECodeGen_Private::FBytePropertyParams NewProp_Rotate_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_Rotate;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function CreateProxyObjectForConvertToHEIF constinit property declarations *******
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function CreateProxyObjectForConvertToHEIF Property Definitions ****************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_SourceImage = { "SourceImage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms, SourceImage), Z_Construct_UClass_UTexture_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_Quality = { "Quality", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms, Quality), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_bWantColor_SetBit(void* Obj)
{
((AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms*)Obj)->bWantColor = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_bWantColor = { "bWantColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms), &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_bWantColor_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_bUseGpu_SetBit(void* Obj)
{
((AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms*)Obj)->bUseGpu = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_bUseGpu = { "bUseGpu", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms), &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_bUseGpu_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms, Scale), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_Rotate_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_Rotate = { "Rotate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms, Rotate), Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection, METADATA_PARAMS(0, nullptr) }; // 1668113919
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms, ReturnValue), Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_SourceImage,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_Quality,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_bWantColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_bUseGpu,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_Scale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_Rotate_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_Rotate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::PropPointers) < 2048);
// ********** End Function CreateProxyObjectForConvertToHEIF Property Definitions ******************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy, nullptr, "CreateProxyObjectForConvertToHEIF", Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToHEIF_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UAppleImageUtilsBaseAsyncTaskBlueprintProxy::execCreateProxyObjectForConvertToHEIF)
{
P_GET_OBJECT(UTexture,Z_Param_SourceImage);
P_GET_PROPERTY(FIntProperty,Z_Param_Quality);
P_GET_UBOOL(Z_Param_bWantColor);
P_GET_UBOOL(Z_Param_bUseGpu);
P_GET_PROPERTY(FFloatProperty,Z_Param_Scale);
P_GET_ENUM(ETextureRotationDirection,Z_Param_Rotate);
P_FINISH;
P_NATIVE_BEGIN;
*(UAppleImageUtilsBaseAsyncTaskBlueprintProxy**)Z_Param__Result=UAppleImageUtilsBaseAsyncTaskBlueprintProxy::CreateProxyObjectForConvertToHEIF(Z_Param_SourceImage,Z_Param_Quality,Z_Param_bWantColor,Z_Param_bUseGpu,Z_Param_Scale,ETextureRotationDirection(Z_Param_Rotate));
P_NATIVE_END;
}
// ********** End Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Function CreateProxyObjectForConvertToHEIF
// ********** Begin Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Function CreateProxyObjectForConvertToJPEG
struct Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics
{
struct AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms
{
UTexture* SourceImage;
int32 Quality;
bool bWantColor;
bool bUseGpu;
float Scale;
ETextureRotationDirection Rotate;
UAppleImageUtilsBaseAsyncTaskBlueprintProxy* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "Category", "Image Conversion" },
{ "Comment", "/**\n\x09 * Converts a image to an array of JPEG data in a background task\n\x09 *\n\x09 * @param SourceImage the image to compress\n\x09 * @param Quality the quality level to compress to\n\x09 * @param bWantColor whether the JPEG is color (true) or monochrome (false)\n\x09 * @param bUseGpu whether to use the GPU (true) or the CPU (false) to compress\n\x09 * @param Scale whether to scale the image before conversion, defaults to no scaling\n\x09 * @param Rotate a direction to rotate the image in during conversion, defaults to none\n\x09 */" },
{ "CPP_Default_bUseGpu", "true" },
{ "CPP_Default_bWantColor", "true" },
{ "CPP_Default_Quality", "85" },
{ "CPP_Default_Rotate", "None" },
{ "CPP_Default_Scale", "1.000000" },
{ "DisplayName", "Convert To JPEG" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
{ "ToolTip", "Converts a image to an array of JPEG data in a background task\n\n@param SourceImage the image to compress\n@param Quality the quality level to compress to\n@param bWantColor whether the JPEG is color (true) or monochrome (false)\n@param bUseGpu whether to use the GPU (true) or the CPU (false) to compress\n@param Scale whether to scale the image before conversion, defaults to no scaling\n@param Rotate a direction to rotate the image in during conversion, defaults to none" },
};
#endif // WITH_METADATA
// ********** Begin Function CreateProxyObjectForConvertToJPEG constinit property declarations *****
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceImage;
static const UECodeGen_Private::FIntPropertyParams NewProp_Quality;
static void NewProp_bWantColor_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWantColor;
static void NewProp_bUseGpu_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseGpu;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Scale;
static const UECodeGen_Private::FBytePropertyParams NewProp_Rotate_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_Rotate;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function CreateProxyObjectForConvertToJPEG constinit property declarations *******
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function CreateProxyObjectForConvertToJPEG Property Definitions ****************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_SourceImage = { "SourceImage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms, SourceImage), Z_Construct_UClass_UTexture_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_Quality = { "Quality", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms, Quality), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_bWantColor_SetBit(void* Obj)
{
((AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms*)Obj)->bWantColor = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_bWantColor = { "bWantColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms), &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_bWantColor_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_bUseGpu_SetBit(void* Obj)
{
((AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms*)Obj)->bUseGpu = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_bUseGpu = { "bUseGpu", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms), &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_bUseGpu_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms, Scale), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_Rotate_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_Rotate = { "Rotate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms, Rotate), Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection, METADATA_PARAMS(0, nullptr) }; // 1668113919
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms, ReturnValue), Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_SourceImage,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_Quality,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_bWantColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_bUseGpu,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_Scale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_Rotate_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_Rotate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::PropPointers) < 2048);
// ********** End Function CreateProxyObjectForConvertToJPEG Property Definitions ******************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy, nullptr, "CreateProxyObjectForConvertToJPEG", Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToJPEG_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UAppleImageUtilsBaseAsyncTaskBlueprintProxy::execCreateProxyObjectForConvertToJPEG)
{
P_GET_OBJECT(UTexture,Z_Param_SourceImage);
P_GET_PROPERTY(FIntProperty,Z_Param_Quality);
P_GET_UBOOL(Z_Param_bWantColor);
P_GET_UBOOL(Z_Param_bUseGpu);
P_GET_PROPERTY(FFloatProperty,Z_Param_Scale);
P_GET_ENUM(ETextureRotationDirection,Z_Param_Rotate);
P_FINISH;
P_NATIVE_BEGIN;
*(UAppleImageUtilsBaseAsyncTaskBlueprintProxy**)Z_Param__Result=UAppleImageUtilsBaseAsyncTaskBlueprintProxy::CreateProxyObjectForConvertToJPEG(Z_Param_SourceImage,Z_Param_Quality,Z_Param_bWantColor,Z_Param_bUseGpu,Z_Param_Scale,ETextureRotationDirection(Z_Param_Rotate));
P_NATIVE_END;
}
// ********** End Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Function CreateProxyObjectForConvertToJPEG
// ********** Begin Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Function CreateProxyObjectForConvertToPNG
struct Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics
{
struct AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms
{
UTexture* SourceImage;
bool bWantColor;
bool bUseGpu;
float Scale;
ETextureRotationDirection Rotate;
UAppleImageUtilsBaseAsyncTaskBlueprintProxy* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "Category", "Image Conversion" },
{ "Comment", "/**\n\x09 * Converts a image to an array of TIFF data in a background task\n\x09 *\n\x09 * @param SourceImage the image to compress\n\x09 * @param Quality the quality level to compress to\n\x09 * @param bWantColor whether the PNG is color (true) or monochrome (false)\n\x09 * @param bUseGpu whether to use the GPU (true) or the CPU (false) to compress\n\x09 * @param Scale whether to scale the image before conversion, defaults to no scaling\n\x09 * @param Rotate a direction to rotate the image in during conversion, defaults to none\n\x09 */" },
{ "CPP_Default_bUseGpu", "true" },
{ "CPP_Default_bWantColor", "true" },
{ "CPP_Default_Rotate", "None" },
{ "CPP_Default_Scale", "1.000000" },
{ "DisplayName", "Convert To PNG" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
{ "ToolTip", "Converts a image to an array of TIFF data in a background task\n\n@param SourceImage the image to compress\n@param Quality the quality level to compress to\n@param bWantColor whether the PNG is color (true) or monochrome (false)\n@param bUseGpu whether to use the GPU (true) or the CPU (false) to compress\n@param Scale whether to scale the image before conversion, defaults to no scaling\n@param Rotate a direction to rotate the image in during conversion, defaults to none" },
};
#endif // WITH_METADATA
// ********** Begin Function CreateProxyObjectForConvertToPNG constinit property declarations ******
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceImage;
static void NewProp_bWantColor_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWantColor;
static void NewProp_bUseGpu_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseGpu;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Scale;
static const UECodeGen_Private::FBytePropertyParams NewProp_Rotate_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_Rotate;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function CreateProxyObjectForConvertToPNG constinit property declarations ********
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function CreateProxyObjectForConvertToPNG Property Definitions *****************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_SourceImage = { "SourceImage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms, SourceImage), Z_Construct_UClass_UTexture_NoRegister, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_bWantColor_SetBit(void* Obj)
{
((AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms*)Obj)->bWantColor = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_bWantColor = { "bWantColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms), &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_bWantColor_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_bUseGpu_SetBit(void* Obj)
{
((AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms*)Obj)->bUseGpu = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_bUseGpu = { "bUseGpu", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms), &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_bUseGpu_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms, Scale), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_Rotate_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_Rotate = { "Rotate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms, Rotate), Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection, METADATA_PARAMS(0, nullptr) }; // 1668113919
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms, ReturnValue), Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_SourceImage,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_bWantColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_bUseGpu,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_Scale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_Rotate_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_Rotate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::PropPointers) < 2048);
// ********** End Function CreateProxyObjectForConvertToPNG Property Definitions *******************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy, nullptr, "CreateProxyObjectForConvertToPNG", Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToPNG_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UAppleImageUtilsBaseAsyncTaskBlueprintProxy::execCreateProxyObjectForConvertToPNG)
{
P_GET_OBJECT(UTexture,Z_Param_SourceImage);
P_GET_UBOOL(Z_Param_bWantColor);
P_GET_UBOOL(Z_Param_bUseGpu);
P_GET_PROPERTY(FFloatProperty,Z_Param_Scale);
P_GET_ENUM(ETextureRotationDirection,Z_Param_Rotate);
P_FINISH;
P_NATIVE_BEGIN;
*(UAppleImageUtilsBaseAsyncTaskBlueprintProxy**)Z_Param__Result=UAppleImageUtilsBaseAsyncTaskBlueprintProxy::CreateProxyObjectForConvertToPNG(Z_Param_SourceImage,Z_Param_bWantColor,Z_Param_bUseGpu,Z_Param_Scale,ETextureRotationDirection(Z_Param_Rotate));
P_NATIVE_END;
}
// ********** End Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Function CreateProxyObjectForConvertToPNG
// ********** Begin Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Function CreateProxyObjectForConvertToTIFF
struct Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics
{
struct AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms
{
UTexture* SourceImage;
bool bWantColor;
bool bUseGpu;
float Scale;
ETextureRotationDirection Rotate;
UAppleImageUtilsBaseAsyncTaskBlueprintProxy* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "Category", "Image Conversion" },
{ "Comment", "/**\n\x09 * Converts a image to an array of TIFF data in a background task\n\x09 *\n\x09 * @param SourceImage the image to compress\n\x09 * @param Quality the quality level to compress to\n\x09 * @param bWantColor whether the TIFF is color (true) or monochrome (false)\n\x09 * @param bUseGpu whether to use the GPU (true) or the CPU (false) to compress\n\x09 * @param Scale whether to scale the image before conversion, defaults to no scaling\n\x09 * @param Rotate a direction to rotate the image in during conversion, defaults to none\n\x09 */" },
{ "CPP_Default_bUseGpu", "true" },
{ "CPP_Default_bWantColor", "true" },
{ "CPP_Default_Rotate", "None" },
{ "CPP_Default_Scale", "1.000000" },
{ "DisplayName", "Convert To TIFF" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
{ "ToolTip", "Converts a image to an array of TIFF data in a background task\n\n@param SourceImage the image to compress\n@param Quality the quality level to compress to\n@param bWantColor whether the TIFF is color (true) or monochrome (false)\n@param bUseGpu whether to use the GPU (true) or the CPU (false) to compress\n@param Scale whether to scale the image before conversion, defaults to no scaling\n@param Rotate a direction to rotate the image in during conversion, defaults to none" },
};
#endif // WITH_METADATA
// ********** Begin Function CreateProxyObjectForConvertToTIFF constinit property declarations *****
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceImage;
static void NewProp_bWantColor_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWantColor;
static void NewProp_bUseGpu_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseGpu;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Scale;
static const UECodeGen_Private::FBytePropertyParams NewProp_Rotate_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_Rotate;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function CreateProxyObjectForConvertToTIFF constinit property declarations *******
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function CreateProxyObjectForConvertToTIFF Property Definitions ****************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_SourceImage = { "SourceImage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms, SourceImage), Z_Construct_UClass_UTexture_NoRegister, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_bWantColor_SetBit(void* Obj)
{
((AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms*)Obj)->bWantColor = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_bWantColor = { "bWantColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms), &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_bWantColor_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_bUseGpu_SetBit(void* Obj)
{
((AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms*)Obj)->bUseGpu = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_bUseGpu = { "bUseGpu", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms), &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_bUseGpu_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms, Scale), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_Rotate_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_Rotate = { "Rotate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms, Rotate), Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection, METADATA_PARAMS(0, nullptr) }; // 1668113919
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms, ReturnValue), Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_SourceImage,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_bWantColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_bUseGpu,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_Scale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_Rotate_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_Rotate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::PropPointers) < 2048);
// ********** End Function CreateProxyObjectForConvertToTIFF Property Definitions ******************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy, nullptr, "CreateProxyObjectForConvertToTIFF", Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::AppleImageUtilsBaseAsyncTaskBlueprintProxy_eventCreateProxyObjectForConvertToTIFF_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UAppleImageUtilsBaseAsyncTaskBlueprintProxy::execCreateProxyObjectForConvertToTIFF)
{
P_GET_OBJECT(UTexture,Z_Param_SourceImage);
P_GET_UBOOL(Z_Param_bWantColor);
P_GET_UBOOL(Z_Param_bUseGpu);
P_GET_PROPERTY(FFloatProperty,Z_Param_Scale);
P_GET_ENUM(ETextureRotationDirection,Z_Param_Rotate);
P_FINISH;
P_NATIVE_BEGIN;
*(UAppleImageUtilsBaseAsyncTaskBlueprintProxy**)Z_Param__Result=UAppleImageUtilsBaseAsyncTaskBlueprintProxy::CreateProxyObjectForConvertToTIFF(Z_Param_SourceImage,Z_Param_bWantColor,Z_Param_bUseGpu,Z_Param_Scale,ETextureRotationDirection(Z_Param_Rotate));
P_NATIVE_END;
}
// ********** End Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Function CreateProxyObjectForConvertToTIFF
// ********** Begin Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy ******************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy;
UClass* UAppleImageUtilsBaseAsyncTaskBlueprintProxy::GetPrivateStaticClass()
{
using TClass = UAppleImageUtilsBaseAsyncTaskBlueprintProxy;
if (!Z_Registration_Info_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AppleImageUtilsBaseAsyncTaskBlueprintProxy"),
Z_Registration_Info_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy.InnerSingleton,
StaticRegisterNativesUAppleImageUtilsBaseAsyncTaskBlueprintProxy,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy.InnerSingleton;
}
UClass* Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister()
{
return UAppleImageUtilsBaseAsyncTaskBlueprintProxy::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "AppleImageUtilsBlueprintProxy.h" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnSuccess_MetaData[] = {
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnFailure_MetaData[] = {
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConversionResult_MetaData[] = {
{ "Category", "Image Conversion" },
{ "ModuleRelativePath", "Public/AppleImageUtilsBlueprintProxy.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy constinit property declarations
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnSuccess;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnFailure;
static const UECodeGen_Private::FStructPropertyParams NewProp_ConversionResult;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy constinit property declarations
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("CreateProxyObjectForConvertToHEIF"), .Pointer = &UAppleImageUtilsBaseAsyncTaskBlueprintProxy::execCreateProxyObjectForConvertToHEIF },
{ .NameUTF8 = UTF8TEXT("CreateProxyObjectForConvertToJPEG"), .Pointer = &UAppleImageUtilsBaseAsyncTaskBlueprintProxy::execCreateProxyObjectForConvertToJPEG },
{ .NameUTF8 = UTF8TEXT("CreateProxyObjectForConvertToPNG"), .Pointer = &UAppleImageUtilsBaseAsyncTaskBlueprintProxy::execCreateProxyObjectForConvertToPNG },
{ .NameUTF8 = UTF8TEXT("CreateProxyObjectForConvertToTIFF"), .Pointer = &UAppleImageUtilsBaseAsyncTaskBlueprintProxy::execCreateProxyObjectForConvertToTIFF },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, "CreateProxyObjectForConvertToHEIF" }, // 3256661460
{ &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, "CreateProxyObjectForConvertToJPEG" }, // 2031899106
{ &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, "CreateProxyObjectForConvertToPNG" }, // 1740743786
{ &Z_Construct_UFunction_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, "CreateProxyObjectForConvertToTIFF" }, // 1621642689
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAppleImageUtilsBaseAsyncTaskBlueprintProxy>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics
// ********** Begin Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Property Definitions *********
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::NewProp_OnSuccess = { "OnSuccess", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnSuccess), Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnSuccess_MetaData), NewProp_OnSuccess_MetaData) }; // 3113953404
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::NewProp_OnFailure = { "OnFailure", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnFailure), Z_Construct_UDelegateFunction_AppleImageUtils_AppleImageConversionDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnFailure_MetaData), NewProp_OnFailure_MetaData) }; // 3113953404
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::NewProp_ConversionResult = { "ConversionResult", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, ConversionResult), Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConversionResult_MetaData), NewProp_ConversionResult_MetaData) }; // 236165774
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::NewProp_OnSuccess,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::NewProp_OnFailure,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::NewProp_ConversionResult,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::PropPointers) < 2048);
// ********** End Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy Property Definitions ***********
UObject* (*const Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AppleImageUtils,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::ClassParams = {
&UAppleImageUtilsBaseAsyncTaskBlueprintProxy::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::PropPointers),
0,
0x008800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::Class_MetaDataParams)
};
void UAppleImageUtilsBaseAsyncTaskBlueprintProxy::StaticRegisterNativesUAppleImageUtilsBaseAsyncTaskBlueprintProxy()
{
UClass* Class = UAppleImageUtilsBaseAsyncTaskBlueprintProxy::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::Funcs));
}
UClass* Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy()
{
if (!Z_Registration_Info_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy.OuterSingleton, Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAppleImageUtilsBaseAsyncTaskBlueprintProxy);
UAppleImageUtilsBaseAsyncTaskBlueprintProxy::~UAppleImageUtilsBaseAsyncTaskBlueprintProxy() {}
// ********** End Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy ********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h__Script_AppleImageUtils_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FAppleImageUtilsImageConversionResult::StaticStruct, Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics::NewStructOps, TEXT("AppleImageUtilsImageConversionResult"),&Z_Registration_Info_UScriptStruct_FAppleImageUtilsImageConversionResult, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAppleImageUtilsImageConversionResult), 236165774U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy, UAppleImageUtilsBaseAsyncTaskBlueprintProxy::StaticClass, TEXT("UAppleImageUtilsBaseAsyncTaskBlueprintProxy"), &Z_Registration_Info_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy), 60571204U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h__Script_AppleImageUtils_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h__Script_AppleImageUtils_2622465072{
TEXT("/Script/AppleImageUtils"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h__Script_AppleImageUtils_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h__Script_AppleImageUtils_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h__Script_AppleImageUtils_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h__Script_AppleImageUtils_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,92 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "AppleImageUtilsBlueprintProxy.h"
#ifdef APPLEIMAGEUTILS_AppleImageUtilsBlueprintProxy_generated_h
#error "AppleImageUtilsBlueprintProxy.generated.h already included, missing '#pragma once' in AppleImageUtilsBlueprintProxy.h"
#endif
#define APPLEIMAGEUTILS_AppleImageUtilsBlueprintProxy_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UAppleImageUtilsBaseAsyncTaskBlueprintProxy;
class UTexture;
enum class ETextureRotationDirection : uint8;
struct FAppleImageUtilsImageConversionResult;
// ********** Begin ScriptStruct FAppleImageUtilsImageConversionResult *****************************
struct Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics;
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_18_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FAppleImageUtilsImageConversionResult_Statics; \
APPLEIMAGEUTILS_API static class UScriptStruct* StaticStruct();
struct FAppleImageUtilsImageConversionResult;
// ********** End ScriptStruct FAppleImageUtilsImageConversionResult *******************************
// ********** Begin Delegate FAppleImageConversionDelegate *****************************************
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_27_DELEGATE \
APPLEIMAGEUTILS_API void FAppleImageConversionDelegate_DelegateWrapper(const FMulticastScriptDelegate& AppleImageConversionDelegate, FAppleImageUtilsImageConversionResult const& ConversionResult);
// ********** End Delegate FAppleImageConversionDelegate *******************************************
// ********** Begin Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy ******************************
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_34_RPC_WRAPPERS \
DECLARE_FUNCTION(execCreateProxyObjectForConvertToPNG); \
DECLARE_FUNCTION(execCreateProxyObjectForConvertToTIFF); \
DECLARE_FUNCTION(execCreateProxyObjectForConvertToHEIF); \
DECLARE_FUNCTION(execCreateProxyObjectForConvertToJPEG);
struct Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics;
APPLEIMAGEUTILS_API UClass* Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister();
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_34_INCLASS \
private: \
static void StaticRegisterNativesUAppleImageUtilsBaseAsyncTaskBlueprintProxy(); \
friend struct ::Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_Statics; \
static UClass* GetPrivateStaticClass(); \
friend APPLEIMAGEUTILS_API UClass* ::Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister(); \
public: \
DECLARE_CLASS2(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AppleImageUtils"), Z_Construct_UClass_UAppleImageUtilsBaseAsyncTaskBlueprintProxy_NoRegister) \
DECLARE_SERIALIZER(UAppleImageUtilsBaseAsyncTaskBlueprintProxy)
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_34_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
APPLEIMAGEUTILS_API UAppleImageUtilsBaseAsyncTaskBlueprintProxy(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) \
DECLARE_VTABLE_PTR_HELPER_CTOR(APPLEIMAGEUTILS_API, UAppleImageUtilsBaseAsyncTaskBlueprintProxy); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAppleImageUtilsBaseAsyncTaskBlueprintProxy); \
/** Deleted move- and copy-constructors, should never be used */ \
UAppleImageUtilsBaseAsyncTaskBlueprintProxy(UAppleImageUtilsBaseAsyncTaskBlueprintProxy&&) = delete; \
UAppleImageUtilsBaseAsyncTaskBlueprintProxy(const UAppleImageUtilsBaseAsyncTaskBlueprintProxy&) = delete; \
APPLEIMAGEUTILS_API virtual ~UAppleImageUtilsBaseAsyncTaskBlueprintProxy();
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_29_PROLOG
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_34_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_34_RPC_WRAPPERS \
FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_34_INCLASS \
FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h_34_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAppleImageUtilsBaseAsyncTaskBlueprintProxy;
// ********** End Class UAppleImageUtilsBaseAsyncTaskBlueprintProxy ********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsBlueprintProxy_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,248 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "AppleImageUtilsTypes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAppleImageUtilsTypes() {}
// ********** Begin Cross Module References ********************************************************
APPLEIMAGEUTILS_API UClass* Z_Construct_UClass_UAppleImageInterface();
APPLEIMAGEUTILS_API UClass* Z_Construct_UClass_UAppleImageInterface_NoRegister();
APPLEIMAGEUTILS_API UEnum* Z_Construct_UEnum_AppleImageUtils_EAppleTextureType();
APPLEIMAGEUTILS_API UEnum* Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection();
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
UPackage* Z_Construct_UPackage__Script_AppleImageUtils();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ETextureRotationDirection *************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ETextureRotationDirection;
static UEnum* ETextureRotationDirection_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ETextureRotationDirection.OuterSingleton)
{
Z_Registration_Info_UEnum_ETextureRotationDirection.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection, (UObject*)Z_Construct_UPackage__Script_AppleImageUtils(), TEXT("ETextureRotationDirection"));
}
return Z_Registration_Info_UEnum_ETextureRotationDirection.OuterSingleton;
}
template<> APPLEIMAGEUTILS_NON_ATTRIBUTED_API UEnum* StaticEnum<ETextureRotationDirection>()
{
return ETextureRotationDirection_StaticEnum();
}
struct Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Category", "AppleImageUtils" },
{ "Down.Name", "ETextureRotationDirection::Down" },
{ "DownMirrored.Name", "ETextureRotationDirection::DownMirrored" },
{ "Experimental", "" },
{ "Left.Name", "ETextureRotationDirection::Left" },
{ "LeftMirrored.Name", "ETextureRotationDirection::LeftMirrored" },
{ "ModuleRelativePath", "Public/AppleImageUtilsTypes.h" },
{ "None.Name", "ETextureRotationDirection::None" },
{ "Right.Name", "ETextureRotationDirection::Right" },
{ "RightMirrored.Name", "ETextureRotationDirection::RightMirrored" },
{ "UpMirrored.Name", "ETextureRotationDirection::UpMirrored" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ETextureRotationDirection::None", (int64)ETextureRotationDirection::None },
{ "ETextureRotationDirection::Left", (int64)ETextureRotationDirection::Left },
{ "ETextureRotationDirection::Right", (int64)ETextureRotationDirection::Right },
{ "ETextureRotationDirection::Down", (int64)ETextureRotationDirection::Down },
{ "ETextureRotationDirection::LeftMirrored", (int64)ETextureRotationDirection::LeftMirrored },
{ "ETextureRotationDirection::RightMirrored", (int64)ETextureRotationDirection::RightMirrored },
{ "ETextureRotationDirection::DownMirrored", (int64)ETextureRotationDirection::DownMirrored },
{ "ETextureRotationDirection::UpMirrored", (int64)ETextureRotationDirection::UpMirrored },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_AppleImageUtils,
nullptr,
"ETextureRotationDirection",
"ETextureRotationDirection",
Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection()
{
if (!Z_Registration_Info_UEnum_ETextureRotationDirection.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ETextureRotationDirection.InnerSingleton, Z_Construct_UEnum_AppleImageUtils_ETextureRotationDirection_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ETextureRotationDirection.InnerSingleton;
}
// ********** End Enum ETextureRotationDirection ***************************************************
// ********** Begin Enum EAppleTextureType *********************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAppleTextureType;
static UEnum* EAppleTextureType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EAppleTextureType.OuterSingleton)
{
Z_Registration_Info_UEnum_EAppleTextureType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AppleImageUtils_EAppleTextureType, (UObject*)Z_Construct_UPackage__Script_AppleImageUtils(), TEXT("EAppleTextureType"));
}
return Z_Registration_Info_UEnum_EAppleTextureType.OuterSingleton;
}
template<> APPLEIMAGEUTILS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAppleTextureType>()
{
return EAppleTextureType_StaticEnum();
}
struct Z_Construct_UEnum_AppleImageUtils_EAppleTextureType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Category", "AppleImageUtils" },
{ "Experimental", "" },
{ "Image.Name", "EAppleTextureType::Image" },
{ "MetalTexture.Name", "EAppleTextureType::MetalTexture" },
{ "ModuleRelativePath", "Public/AppleImageUtilsTypes.h" },
{ "PixelBuffer.Name", "EAppleTextureType::PixelBuffer" },
{ "Surface.Name", "EAppleTextureType::Surface" },
{ "Unknown.Name", "EAppleTextureType::Unknown" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EAppleTextureType::Unknown", (int64)EAppleTextureType::Unknown },
{ "EAppleTextureType::Image", (int64)EAppleTextureType::Image },
{ "EAppleTextureType::PixelBuffer", (int64)EAppleTextureType::PixelBuffer },
{ "EAppleTextureType::Surface", (int64)EAppleTextureType::Surface },
{ "EAppleTextureType::MetalTexture", (int64)EAppleTextureType::MetalTexture },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_AppleImageUtils_EAppleTextureType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AppleImageUtils_EAppleTextureType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_AppleImageUtils,
nullptr,
"EAppleTextureType",
"EAppleTextureType",
Z_Construct_UEnum_AppleImageUtils_EAppleTextureType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_AppleImageUtils_EAppleTextureType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AppleImageUtils_EAppleTextureType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AppleImageUtils_EAppleTextureType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_AppleImageUtils_EAppleTextureType()
{
if (!Z_Registration_Info_UEnum_EAppleTextureType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAppleTextureType.InnerSingleton, Z_Construct_UEnum_AppleImageUtils_EAppleTextureType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EAppleTextureType.InnerSingleton;
}
// ********** End Enum EAppleTextureType ***********************************************************
// ********** Begin Interface UAppleImageInterface *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAppleImageInterface;
UClass* UAppleImageInterface::GetPrivateStaticClass()
{
using TClass = UAppleImageInterface;
if (!Z_Registration_Info_UClass_UAppleImageInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AppleImageInterface"),
Z_Registration_Info_UClass_UAppleImageInterface.InnerSingleton,
StaticRegisterNativesUAppleImageInterface,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UAppleImageInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_UAppleImageInterface_NoRegister()
{
return UAppleImageInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAppleImageInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/AppleImageUtilsTypes.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UAppleImageInterface constinit property declarations *****************
// ********** End Interface UAppleImageInterface constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<IAppleImageInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAppleImageInterface_Statics
UObject* (*const Z_Construct_UClass_UAppleImageInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_AppleImageUtils,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAppleImageInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAppleImageInterface_Statics::ClassParams = {
&UAppleImageInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAppleImageInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UAppleImageInterface_Statics::Class_MetaDataParams)
};
void UAppleImageInterface::StaticRegisterNativesUAppleImageInterface()
{
}
UClass* Z_Construct_UClass_UAppleImageInterface()
{
if (!Z_Registration_Info_UClass_UAppleImageInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAppleImageInterface.OuterSingleton, Z_Construct_UClass_UAppleImageInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAppleImageInterface.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAppleImageInterface);
// ********** End Interface UAppleImageInterface ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h__Script_AppleImageUtils_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ETextureRotationDirection_StaticEnum, TEXT("ETextureRotationDirection"), &Z_Registration_Info_UEnum_ETextureRotationDirection, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1668113919U) },
{ EAppleTextureType_StaticEnum, TEXT("EAppleTextureType"), &Z_Registration_Info_UEnum_EAppleTextureType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1855821848U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAppleImageInterface, UAppleImageInterface::StaticClass, TEXT("UAppleImageInterface"), &Z_Registration_Info_UClass_UAppleImageInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAppleImageInterface), 2339035531U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h__Script_AppleImageUtils_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h__Script_AppleImageUtils_3669918737{
TEXT("/Script/AppleImageUtils"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h__Script_AppleImageUtils_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h__Script_AppleImageUtils_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h__Script_AppleImageUtils_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h__Script_AppleImageUtils_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,107 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "AppleImageUtilsTypes.h"
#ifdef APPLEIMAGEUTILS_AppleImageUtilsTypes_generated_h
#error "AppleImageUtilsTypes.generated.h already included, missing '#pragma once' in AppleImageUtilsTypes.h"
#endif
#define APPLEIMAGEUTILS_AppleImageUtilsTypes_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Interface UAppleImageInterface *************************************************
struct Z_Construct_UClass_UAppleImageInterface_Statics;
APPLEIMAGEUTILS_API UClass* Z_Construct_UClass_UAppleImageInterface_NoRegister();
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_39_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
APPLEIMAGEUTILS_API UAppleImageInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAppleImageInterface) \
DECLARE_VTABLE_PTR_HELPER_CTOR(APPLEIMAGEUTILS_API, UAppleImageInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAppleImageInterface); \
/** Deleted move- and copy-constructors, should never be used */ \
UAppleImageInterface(UAppleImageInterface&&) = delete; \
UAppleImageInterface(const UAppleImageInterface&) = delete; \
virtual ~UAppleImageInterface() = default;
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_39_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesUAppleImageInterface(); \
friend struct ::Z_Construct_UClass_UAppleImageInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend APPLEIMAGEUTILS_API UClass* ::Z_Construct_UClass_UAppleImageInterface_NoRegister(); \
public: \
DECLARE_CLASS2(UAppleImageInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/AppleImageUtils"), Z_Construct_UClass_UAppleImageInterface_NoRegister) \
DECLARE_SERIALIZER(UAppleImageInterface)
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_39_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_39_GENERATED_UINTERFACE_BODY() \
FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_39_STANDARD_CONSTRUCTORS \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_39_INCLASS_IINTERFACE \
protected: \
virtual ~IAppleImageInterface() {} \
public: \
typedef UAppleImageInterface UClassType; \
typedef IAppleImageInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_36_PROLOG
#define FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_47_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h_39_INCLASS_IINTERFACE \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAppleImageInterface;
// ********** End Interface UAppleImageInterface ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_AppleImageUtils_Source_AppleImageUtils_Public_AppleImageUtilsTypes_h
// ********** Begin Enum ETextureRotationDirection *************************************************
#define FOREACH_ENUM_ETEXTUREROTATIONDIRECTION(op) \
op(ETextureRotationDirection::None) \
op(ETextureRotationDirection::Left) \
op(ETextureRotationDirection::Right) \
op(ETextureRotationDirection::Down) \
op(ETextureRotationDirection::LeftMirrored) \
op(ETextureRotationDirection::RightMirrored) \
op(ETextureRotationDirection::DownMirrored) \
op(ETextureRotationDirection::UpMirrored)
enum class ETextureRotationDirection : uint8;
template<> struct TIsUEnumClass<ETextureRotationDirection> { enum { Value = true }; };
template<> APPLEIMAGEUTILS_NON_ATTRIBUTED_API UEnum* StaticEnum<ETextureRotationDirection>();
// ********** End Enum ETextureRotationDirection ***************************************************
// ********** Begin Enum EAppleTextureType *********************************************************
#define FOREACH_ENUM_EAPPLETEXTURETYPE(op) \
op(EAppleTextureType::Unknown) \
op(EAppleTextureType::Image) \
op(EAppleTextureType::PixelBuffer) \
op(EAppleTextureType::Surface) \
op(EAppleTextureType::MetalTexture)
enum class EAppleTextureType : uint8;
template<> struct TIsUEnumClass<EAppleTextureType> { enum { Value = true }; };
template<> APPLEIMAGEUTILS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAppleTextureType>();
// ********** End Enum EAppleTextureType ***********************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Plugins\Runtime\AppleImageUtils\Source\AppleImageUtils\Public\AppleImageUtilsBlueprintProxy.h
D:\UE_5_7_1\Engine\Plugins\Runtime\AppleImageUtils\Source\AppleImageUtils\Public\AppleImageUtilsTypes.h