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
GeometryCollectionComponent
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* } } }