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)
AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AActor > UObject namespace AOnlineBeaconHostObject { constexpr auto BeaconTypeName = 0x220; // FString constexpr auto ClientBeaconActorClass = 0x230; // AOnlineBeaconClient* constexpr auto ClientActors = 0x238; // TArray<AOnlineBeaconClient*> } } }
public static class Offsets { public static class Classes { // Inheritance: AActor > UObject public static class AOnlineBeaconHostObject { public const UInt16 BeaconTypeName = 0x220; // FString public const UInt16 ClientBeaconActorClass = 0x230; // AOnlineBeaconClient* public const UInt16 ClientActors = 0x238; // TArray<AOnlineBeaconClient*> } } }