UCommonUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UCommonUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UFortCampaignNewsTile { constexpr auto CMSImage_NewsImage = 0x290; // UEpicCMSImage* constexpr auto Text_NewsTitle = 0x298; // UCommonTextBlock* constexpr auto Text_NewsBody = 0x2a0; // UCommonTextBlock* constexpr auto Border_AdSpace = 0x2a8; // UCommonBorder* constexpr auto Text_AdSpace = 0x2b0; // UCommonTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UCommonUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UFortCampaignNewsTile { public const UInt16 CMSImage_NewsImage = 0x290; // UEpicCMSImage* public const UInt16 Text_NewsTitle = 0x298; // UCommonTextBlock* public const UInt16 Text_NewsBody = 0x2a0; // UCommonTextBlock* public const UInt16 Border_AdSpace = 0x2a8; // UCommonBorder* public const UInt16 Text_AdSpace = 0x2b0; // UCommonTextBlock* } } }