AActor > UObject
ControlPointMeshActor is an actor with a ControlPointMeshComponent.
namespace Offsets { namespace Classes { // Inheritance: AActor > UObject namespace AControlPointMeshActor { constexpr auto ControlPointMeshComponent = 0x220; // UControlPointMeshComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: AActor > UObject public static class AControlPointMeshActor { public const UInt16 ControlPointMeshComponent = 0x220; // UControlPointMeshComponent* } } }