AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AActor > UObject namespace AGeometryCollectionActor { constexpr auto GeometryCollectionComponent = 0x220; // UGeometryCollectionComponent* constexpr auto GeometryCollectionDebugDrawComponent = 0x228; // UGeometryCollectionDebugDrawComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: AActor > UObject public static class AGeometryCollectionActor { public const UInt16 GeometryCollectionComponent = 0x220; // UGeometryCollectionComponent* public const UInt16 GeometryCollectionDebugDrawComponent = 0x228; // UGeometryCollectionDebugDrawComponent* } } }