UPortalWarsIndicatorWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPortalWarsIndicatorWidget > UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsGoalIndicatorWidget { constexpr auto Pointer = 0x2b8; // UWidget* constexpr auto StandardOffset = 0x2c0; // FVector constexpr auto DummyPlayerOffset = 0x2cc; // FVector constexpr auto PortalWallOffset = 0x2d8; // FVector } } }
public static class Offsets { public static class Classes { // Inheritance: UPortalWarsIndicatorWidget > UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsGoalIndicatorWidget { public const UInt16 Pointer = 0x2b8; // UWidget* public const UInt16 StandardOffset = 0x2c0; // FVector public const UInt16 DummyPlayerOffset = 0x2cc; // FVector public const UInt16 PortalWallOffset = 0x2d8; // FVector } } }