UPathConstraint > UObject
namespace Offsets { namespace Classes { // Inheritance: UPathConstraint > UObject namespace UPath_AvoidInEscapableNodes { constexpr auto Radius = 0x6c; // int32_t constexpr auto Height = 0x70; // int32_t constexpr auto MaxFallSpeed = 0x74; // int32_t constexpr auto MoveFlags = 0x78; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UPathConstraint > UObject public static class UPath_AvoidInEscapableNodes { public const byte Radius = 0x6c; // int32_t public const byte Height = 0x70; // int32_t public const byte MaxFallSpeed = 0x74; // int32_t public const byte MoveFlags = 0x78; // int32_t } } }