AInfo > AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AInfo > AActor > UObject namespace ARoute { constexpr auto VfTable_IEditorLinkSelectionInterface = 0x280; // FPointer constexpr auto RouteType = 0x288; // ERouteType constexpr auto RouteList = 0x28c; // TArray<FActorReference> constexpr auto FudgeFactor = 0x29c; // float constexpr auto RouteIndexOffset = 0x2a0; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: AInfo > AActor > UObject public static class ARoute { public const UInt16 VfTable_IEditorLinkSelectionInterface = 0x280; // FPointer public const UInt16 RouteType = 0x288; // ERouteType public const UInt16 RouteList = 0x28c; // TArray<FActorReference> public const UInt16 FudgeFactor = 0x29c; // float public const UInt16 RouteIndexOffset = 0x2a0; // int32_t } } }