UNavigationSystemBase::SetCoordTransform

Sets the Transform the Navigation System will use when converting 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

static void SetCoordTransform
(
    const ENavigationCoordSystem::Type FromCoordType,
    const ENavigationCoordSystem::Type ToCoordType,
    const FTransform & Transform,
    bool bAddInverse
)

Remarks

Sets the Transform the Navigation System will use when converting from FromCoordType to ToCoordType

Parameters

Parameter

Description

bAddInverse

if true (default) will also set coord transform in the reverse order using Transform.Inverse()

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