USceneComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: USceneComponent > UActorComponent > UObject namespace UARLifeCycleComponent { constexpr auto OnARActorSpawnedDelegate = 0x1f8; // FMulticastInlineDelegate constexpr auto OnARActorToBeDestroyedDelegate = 0x208; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: USceneComponent > UActorComponent > UObject public static class UARLifeCycleComponent { public const UInt16 OnARActorSpawnedDelegate = 0x1f8; // FMulticastInlineDelegate public const UInt16 OnARActorToBeDestroyedDelegate = 0x208; // FMulticastInlineDelegate } } }