UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UNavigationPath { constexpr auto PathUpdatedNotifier = 0x28; // FMulticastInlineDelegate constexpr auto PathPoints = 0x38; // TArray<FVector> constexpr auto RecalculateOnInvalidation = 0x48; // ENavigationOptionFlag } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UNavigationPath { public const byte PathUpdatedNotifier = 0x28; // FMulticastInlineDelegate public const byte PathPoints = 0x38; // TArray<FVector> public const byte RecalculateOnInvalidation = 0x48; // ENavigationOptionFlag } } }