Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AI > API/Runtime/Engine/AI/UNavigationSystemBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/AI/NavigationSystemBase.h |
| Include | #include "AI/NavigationSystemBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AI/NavigationSystemBase.cpp |
static void SetCoordTransform
&40;
const ENavigationCoordSystem::Type FromCoordType,
const ENavigationCoordSystem::Type ToCoordType,
const FTransform & Transform,
bool bAddInverse
&41;
Remarks
Sets the Transform the Navigation System will use when converting from FromCoordType to ToCoordType
Parameters
| Name | Description |
|---|---|
| bAddInverse | if true (default) will also set coord transform in the reverse order using Transform.Inverse() |