AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AActor > UObject namespace AOnlineBeacon { constexpr auto BeaconConnectionInitialTimeout = 0x228; // float constexpr auto BeaconConnectionTimeout = 0x22c; // float constexpr auto NetDriver = 0x230; // 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 NetDriver = 0x230; // UNetDriver* } } }