UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsLowAmmoIndicatorWidget { constexpr auto WarningFlashAnimation = 0x260; // UWidgetAnimation* constexpr auto AmmoText = 0x268; // UTextBlock* constexpr auto ActionInput = 0x270; // UPortalWarsInputDecoratorWidget* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsLowAmmoIndicatorWidget { public const UInt16 WarningFlashAnimation = 0x260; // UWidgetAnimation* public const UInt16 AmmoText = 0x268; // UTextBlock* public const UInt16 ActionInput = 0x270; // UPortalWarsInputDecoratorWidget* } } }