UPortalWarsInputWidget > UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPortalWarsInputWidget > UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsDropdownWidget { constexpr auto DefaultOptions = 0x5e0; // TArray constexpr auto DefaultIndex = 0x5f0; // int32_t constexpr auto ComboBox = 0x5f8; // UComboBoxString* } } }
public static class Offsets { public static class Classes { // Inheritance: UPortalWarsInputWidget > UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsDropdownWidget { public const UInt16 DefaultOptions = 0x5e0; // TArray public const UInt16 DefaultIndex = 0x5f0; // int32_t public const UInt16 ComboBox = 0x5f8; // UComboBoxString* } } }