UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsMatchResultWidget { constexpr auto TitleText = 0x260; // UTextBlock* constexpr auto LeftStarImage = 0x268; // UImage* constexpr auto RightStarImage = 0x270; // UImage* constexpr auto TopBorderImage = 0x278; // UImage* constexpr auto BottomBorderImage = 0x280; // UImage* constexpr auto FadeInAnimation = 0x2a0; // UWidgetAnimation* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsMatchResultWidget { public const UInt16 TitleText = 0x260; // UTextBlock* public const UInt16 LeftStarImage = 0x268; // UImage* public const UInt16 RightStarImage = 0x270; // UImage* public const UInt16 TopBorderImage = 0x278; // UImage* public const UInt16 BottomBorderImage = 0x280; // UImage* public const UInt16 FadeInAnimation = 0x2a0; // UWidgetAnimation* } } }