Navigation
API > API/Runtime > API/Runtime/NavigationSystem
| Name | ENavCostDisplay::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationTestingActor.h |
| Include Path | #include "NavigationTestingActor.h" |
Syntax
namespace ENavCostDisplay
{
enum Type
{
TotalCost,
HeuristicOnly,
RealCostOnly,
}
}
Values
| Name | Remarks |
|---|---|
| TotalCost | |
| HeuristicOnly | |
| RealCostOnly |