UBlueprintAsyncActionBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UBlueprintAsyncActionBase > UObject namespace UAsyncTaskDownloadImage { constexpr auto OnSuccess = 0x30; // FMulticastInlineDelegate constexpr auto OnFail = 0x40; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UBlueprintAsyncActionBase > UObject public static class UAsyncTaskDownloadImage { public const byte OnSuccess = 0x30; // FMulticastInlineDelegate public const byte OnFail = 0x40; // FMulticastInlineDelegate } } }