Files
UnrealEvent/Aeon-740/SDK/AppleImageUtils_classes.hpp
2024-10-18 01:01:36 +01:00

73 lines
3.9 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AppleImageUtils
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
#include "AppleImageUtils_structs.hpp"
namespace SDK
{
// Class AppleImageUtils.AppleImageUtilsBaseAsyncTaskBlueprintProxy
// 0x0060 (0x0088 - 0x0028)
class UAppleImageUtilsBaseAsyncTaskBlueprintProxy final : public UObject
{
public:
uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
UMulticastDelegateProperty_ OnSuccess; // 0x0030(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
UMulticastDelegateProperty_ OnFailure; // 0x0040(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic)
uint8 Pad_50[0x10]; // 0x0050(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
struct FAppleImageUtilsImageConversionResult ConversionResult; // 0x0060(0x0020)(BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic)
uint8 Pad_80[0x8]; // 0x0080(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UAppleImageUtilsBaseAsyncTaskBlueprintProxy* CreateProxyObjectForConvertToHEIF(class UTexture* SourceImage, int32 Quality, bool bWantColor, bool bUseGpu, float Scale, ETextureRotationDirection Rotate);
static class UAppleImageUtilsBaseAsyncTaskBlueprintProxy* CreateProxyObjectForConvertToJPEG(class UTexture* SourceImage, int32 Quality, bool bWantColor, bool bUseGpu, float Scale, ETextureRotationDirection Rotate);
static class UAppleImageUtilsBaseAsyncTaskBlueprintProxy* CreateProxyObjectForConvertToPNG(class UTexture* SourceImage, bool bWantColor, bool bUseGpu, float Scale, ETextureRotationDirection Rotate);
static class UAppleImageUtilsBaseAsyncTaskBlueprintProxy* CreateProxyObjectForConvertToTIFF(class UTexture* SourceImage, bool bWantColor, bool bUseGpu, float Scale, ETextureRotationDirection Rotate);
public:
static class UClass* StaticClass()
{
return StaticClassImpl<"AppleImageUtilsBaseAsyncTaskBlueprintProxy">();
}
static class UAppleImageUtilsBaseAsyncTaskBlueprintProxy* GetDefaultObj()
{
return GetDefaultObjImpl<UAppleImageUtilsBaseAsyncTaskBlueprintProxy>();
}
};
static_assert(alignof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UAppleImageUtilsBaseAsyncTaskBlueprintProxy");
static_assert(sizeof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) == 0x000088, "Wrong size on UAppleImageUtilsBaseAsyncTaskBlueprintProxy");
static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnSuccess) == 0x000030, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!");
static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnFailure) == 0x000040, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::OnFailure' has a wrong offset!");
static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, ConversionResult) == 0x000060, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::ConversionResult' has a wrong offset!");
// Class AppleImageUtils.AppleImageInterface
// 0x0000 (0x0028 - 0x0028)
class IAppleImageInterface final : public IInterface
{
public:
static class UClass* StaticClass()
{
return StaticClassImpl<"AppleImageInterface">();
}
static class IAppleImageInterface* GetDefaultObj()
{
return GetDefaultObjImpl<IAppleImageInterface>();
}
};
static_assert(alignof(IAppleImageInterface) == 0x000008, "Wrong alignment on IAppleImageInterface");
static_assert(sizeof(IAppleImageInterface) == 0x000028, "Wrong size on IAppleImageInterface");
}