UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDKillLogUI { constexpr auto VB_LogList = 0x290; // UVerticalBox* constexpr auto MaxLogCount = 0x298; // int32_t constexpr auto LogDuration = 0x29c; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UPDIngameModeWidget > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDKillLogUI { public const UInt16 VB_LogList = 0x290; // UVerticalBox* public const UInt16 MaxLogCount = 0x298; // int32_t public const UInt16 LogDuration = 0x29c; // float } } }