UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsTutorialBookmarkWidget { constexpr auto MarksHorizontalBox = 0x260; // UHorizontalBox* constexpr auto CurrentMarkTexture = 0x268; // UTexture2D* constexpr auto IncompleteMarkTexture = 0x270; // UTexture2D* constexpr auto CompleteMarkTexture = 0x278; // UTexture2D* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsTutorialBookmarkWidget { public const UInt16 MarksHorizontalBox = 0x260; // UHorizontalBox* public const UInt16 CurrentMarkTexture = 0x268; // UTexture2D* public const UInt16 IncompleteMarkTexture = 0x270; // UTexture2D* public const UInt16 CompleteMarkTexture = 0x278; // UTexture2D* } } }