Enum ENavigationInvokerPriority Path C++ Link /Script/Engine.ENavigationInvokerPriority underlying uint8 /Script/Engine Values 6 NameValueHex VeryLow10x01Low20x02Default30x03High40x04VeryHigh50x05MAX60x06 Used by 1types with a member, parameter or interface of this type UNavigationInvokerComponent // /Script/Engine.ENavigationInvokerPriority enum class ENavigationInvokerPriority : uint8 { VeryLow = 1, Low = 2, Default = 3, High = 4, VeryHigh = 5, MAX = 6, };