Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
AVolume > ABrush > AActor > UObject
This volume only blocks the path builder - it has no gameplay collision
namespace Offsets { namespace Classes { // Inheritance: AVolume > ABrush > AActor > UObject namespace ANavMeshBoundsVolume { constexpr auto SupportedAgents = 0x258; // FNavAgentSelector } } }
public static class Offsets { public static class Classes { // Inheritance: AVolume > ABrush > AActor > UObject public static class ANavMeshBoundsVolume { public const UInt16 SupportedAgents = 0x258; // FNavAgentSelector } } }