AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AActor > UObject namespace AOnlineBeacon { constexpr auto BeaconConnectionInitialTimeout = 0x228; // float constexpr auto BeaconConnectionTimeout = 0x22c; // float constexpr auto ListenPortOffset = 0x230; // int32_t constexpr auto NetDriver = 0x238; // UNetDriver* } } }
public static class Offsets { public static class Classes { // Inheritance: AActor > UObject public static class AOnlineBeacon { public const UInt16 BeaconConnectionInitialTimeout = 0x228; // float public const UInt16 BeaconConnectionTimeout = 0x22c; // float public const UInt16 ListenPortOffset = 0x230; // int32_t public const UInt16 NetDriver = 0x238; // UNetDriver* } } }