FNavigationSystem::GetCoordTransform

Retrieves the transform the Navigation System is using to convert coords from FromCoordType to ToCoordType

Windows
MacOS
Linux

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

Syntax

namespace FNavigationSystem
{
    const FTransform & FNavigationSystem::GetCoordTransform
    (
        const ENavigationCoordSystem::Type FromCoordType,
        const ENavigationCoordSystem::Type ToCoordType
    )
}

Remarks

Retrieves the transform the Navigation System is using to convert coords from FromCoordType to ToCoordType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss