UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsProgressRadialWidget { constexpr auto ProgressImage = 0x260; // UImage* constexpr auto LineHardness = 0x268; // float constexpr auto LineWidth = 0x26c; // float constexpr auto Radius = 0x270; // float constexpr auto Percent = 0x274; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsProgressRadialWidget { public const UInt16 ProgressImage = 0x260; // UImage* public const UInt16 LineHardness = 0x268; // float public const UInt16 LineWidth = 0x26c; // float public const UInt16 Radius = 0x270; // float public const UInt16 Percent = 0x274; // float } } }