UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UPlatformInterfaceWebResponse { constexpr auto OriginalURL = 0x28; // FString constexpr auto ResponseCode = 0x38; // int32_t constexpr auto Tag = 0x3c; // int32_t constexpr auto StringResponse = 0x40; // FString constexpr auto BinaryResponse = 0x50; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UPlatformInterfaceWebResponse { public const byte OriginalURL = 0x28; // FString public const byte ResponseCode = 0x38; // int32_t public const byte Tag = 0x3c; // int32_t public const byte StringResponse = 0x40; // FString public const byte BinaryResponse = 0x50; // TArray } } }