Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UIReplayMenuWidget { constexpr auto bUpdatingReplayList = 0x250; // bool constexpr auto ReplayList = 0x258; // TArray<FDemoEntry> } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UIReplayMenuWidget { public const UInt16 bUpdatingReplayList = 0x250; // bool public const UInt16 ReplayList = 0x258; // TArray<FDemoEntry> } } }