UMCPBase > UMcpServiceBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UMCPBase > UMcpServiceBase > UObject namespace UOnlineNewsInterfaceMcp { constexpr auto NewsItems = 0x80; // TArray constexpr auto ReadNewsDelegates = 0x90; // TArray constexpr auto bNeedsTicking = 0xa0; // uint32_t : 1 constexpr auto __OnReadNewsCompleted__Delegate = 0xa4; // DelegateProperty } } }
public static class Offsets { public static class Classes { // Inheritance: UMCPBase > UMcpServiceBase > UObject public static class UOnlineNewsInterfaceMcp { public const byte NewsItems = 0x80; // TArray public const byte ReadNewsDelegates = 0x90; // TArray public const byte bNeedsTicking = 0xa0; // uint32_t : 1 public const byte __OnReadNewsCompleted__Delegate = 0xa4; // DelegateProperty } } }