UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UAppleImageUtilsBaseAsyncTaskBlueprintProxy { constexpr auto OnSuccess = 0x30; // FMulticastInlineDelegate constexpr auto OnFailure = 0x40; // FMulticastInlineDelegate constexpr auto ConversionResult = 0x60; // FAppleImageUtilsImageConversionResult } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UAppleImageUtilsBaseAsyncTaskBlueprintProxy { public const byte OnSuccess = 0x30; // FMulticastInlineDelegate public const byte OnFailure = 0x40; // FMulticastInlineDelegate public const byte ConversionResult = 0x60; // FAppleImageUtilsImageConversionResult } } }