UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsStreamStatusWidget { constexpr auto RootWidget = 0x520; // UWidget* constexpr auto StreamImage = 0x528; // UImage* constexpr auto ActionButton = 0x530; // UPortalWarsButtonWidget* } } }
public static class Offsets { public static class Classes { // Inheritance: UPortalWarsUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsStreamStatusWidget { public const UInt16 RootWidget = 0x520; // UWidget* public const UInt16 StreamImage = 0x528; // UImage* public const UInt16 ActionButton = 0x530; // UPortalWarsButtonWidget* } } }