ATgNavigationPoint > ANavigationPoint > AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: ATgNavigationPoint > ANavigationPoint > AActor > UObject namespace ATgActionPoint { constexpr auto ActionType = 0x37c; // eActionPointType constexpr auto nObjectiveNum = 0x37d; // char constexpr auto nTaskForce = 0x37e; // char constexpr auto bUseRotation = 0x380; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: ATgNavigationPoint > ANavigationPoint > AActor > UObject public static class ATgActionPoint { public const UInt16 ActionType = 0x37c; // eActionPointType public const UInt16 nObjectiveNum = 0x37d; // char public const UInt16 nTaskForce = 0x37e; // char public const UInt16 bUseRotation = 0x380; // uint32_t : 1 } } }