ai.debug.nav.RefreshInterval
ai.debug.nav.RefreshInterval
#Overview
name: ai.debug.nav.RefreshInterval
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Interval (in seconds) at which data will be collected.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/AIModule/Private/GameplayDebugger/GameplayDebuggerCategory_Navmesh.cpp:9
Scope: file
Source code excerpt:
#include "NavMesh/RecastNavMesh.h"
namespace FGameplayDebuggerCategoryNavmeshTweakables
{
int32 bDrawExcludedFlags = 0;
int32 DisplaySize = 3;
float RefreshInterval = 5.0f;
}