UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UActorComponent > UObject namespace UArchonTagEventComponent { constexpr auto bListenOnDedicatedServer = 0xb0; // bool constexpr auto bListenOnAutonomousProxy = 0xb1; // bool constexpr auto bListenOnSimulatedProxy = 0xb2; // bool constexpr auto AbilitySystemComponent = 0xb8; // UAbilitySystemComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: UActorComponent > UObject public static class UArchonTagEventComponent { public const byte bListenOnDedicatedServer = 0xb0; // bool public const byte bListenOnAutonomousProxy = 0xb1; // bool public const byte bListenOnSimulatedProxy = 0xb2; // bool public const byte AbilitySystemComponent = 0xb8; // UAbilitySystemComponent* } } }