UARTrackedGeometry > UObject
namespace Offsets { namespace Classes { // Inheritance: UARTrackedGeometry > UObject namespace UARPlaneGeometry { constexpr auto Orientation = 0xe8; // EARPlaneOrientation constexpr auto Center = 0xec; // FVector constexpr auto Extent = 0xf8; // FVector constexpr auto SubsumedBy = 0x118; // UARPlaneGeometry* } } }
public static class Offsets { public static class Classes { // Inheritance: UARTrackedGeometry > UObject public static class UARPlaneGeometry { public const byte Orientation = 0xe8; // EARPlaneOrientation public const byte Center = 0xec; // FVector public const byte Extent = 0xf8; // FVector public const UInt16 SubsumedBy = 0x118; // UARPlaneGeometry* } } }