UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsGameConfigWidget { constexpr auto MapNameText = 0x260; // UTextBlock* constexpr auto ModeNameText = 0x268; // UTextBlock* constexpr auto ScoreLimitText = 0x270; // UTextBlock* constexpr auto MatchTimeText = 0x278; // UTextBlock* constexpr auto MaxPlayersText = 0x280; // UTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsGameConfigWidget { public const UInt16 MapNameText = 0x260; // UTextBlock* public const UInt16 ModeNameText = 0x268; // UTextBlock* public const UInt16 ScoreLimitText = 0x270; // UTextBlock* public const UInt16 MatchTimeText = 0x278; // UTextBlock* public const UInt16 MaxPlayersText = 0x280; // UTextBlock* } } }