UNavigationSystemBase

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/NavigationSystemBase.h

Include

#include "AI/NavigationSystemBase.h"

Syntax

class UNavigationSystemBase : public UObject

Destructors

Name Description

Public function Virtual

~UNavigationSystemBase()

Functions

Name Description

Protected function Static

FNavigationS...

 

AddNavigationUpdateLockDelegate()

Public function Virtual

void

 

AppendConfig

(
    const UNavigationSystemConfig& New...
)

Called when there's a need to extend current navigation system's config with information in NewConfig

Public function Virtual

void

 

ApplyWorldOffset

(
    const FVector& InOffset,
    bool bWorldShift
)

Protected function Static

FNavigationS...

 

BuildDelegate()

Public function Virtual

void

 

CleanUp

(
    const FNavigationSystem::ECleanupMo...
)

Public function Virtual

void

 

Configure

(
    const UNavigationSystemConfig& Con...
)

Protected function Static

FNavigationS...

 

GetDefaultNavDataClassDelegate()

Protected function Static

FNavigationS...

 

GetDefaultSupportedAgentDelegate()

Public function Virtual Const

INavigationD...

 

GetMainNavData()

If you're using NavigationSysstem module consider calling FNavigationSystem::GetCurrent()->GetDefaultNavDataInstance instead.

Protected function Static

FNavigationS...

 

GetNavDataForActorDelegate()

Protected function Static

FNavigationS...

 

HasComponentDataDelegate()

Public function Virtual

void

 

InitializeForWorld

(
    UWorld& World,
    FNavigationSystemRunMode Mode
)

Public function Virtual Const

bool

 

IsNavigationBuilt

(
    const AWorldSettings* Settings
)

Protected function Static

FNavigationS...

 

OnActorBoundsChangedDelegate()

Protected function Static

FNavigationS...

 

OnActorRegisteredDelegate()

Protected function Static

FNavigationS...

 

OnActorUnregisteredDelegate()

Protected function Static

FNavigationS...

 

OnComponentBoundsChangedDelegate()

Protected function Static

FNavigationS...

 

OnComponentRegisteredDelegate()

Protected function Static

FNavigationS...

 

OnComponentTransformChangedDelegate()

Protected function Static

FNavigationS...

 

OnComponentUnregisteredDelegate()

Public function Virtual

void

 

OnInitializeActors()

Called when owner-UWorld initializes actors

Protected function Static

FNavigationS...

 

OnPIEEndDelegate()

Protected function Static

FNavigationS...

 

OnPIEStartDelegate()

Protected function Static

FNavigationS...

 

OnPostEditActorMoveDelegate()

Protected function Static

FNavigationS...

 

RemoveActorDataDelegate()

Protected function Static

FNavigationS...

 

RemoveNavigationUpdateLockDelegate()

Protected function Static

void

 

ResetEventDelegates()

Protected function Static

void

 

SetCoordTransform

(
    const ENavigationCoordSystem::Type ...,
    const ENavigationCoordSystem::Type ...,
    const FTransform& Transform,
    bool bAddInverse
)

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

Protected function Static

void

 

SetDefaultObstacleArea

(
    TSubclassOf< UNavAreaBase > InAreaC...
)

Protected function Static

void

 

SetDefaultWalkableArea

(
    TSubclassOf< UNavAreaBase > InAreaC...
)

Protected function Static

FNavigationS...

 

SetNavigationAutoUpdateEnableDelegate()

Protected function Static

void

 

SetWantsComponentChangeNotifies

(
    const bool bEnable
)

Public function Virtual

void

 

Tick

(
    float DeltaSeconds
)

Protected function Static

FNavigationS...

 

UpdateActorAndComponentDataDelegate()

Protected function Static

FNavigationS...

 

UpdateActorDataDelegate()

Protected function Static

FNavigationS...

 

UpdateComponentDataAfterMoveDelegate()

Protected function Static

FNavigationS...

 

UpdateComponentDataDelegate()

Protected function Static

FNavigationS...

 

UpdateLevelCollisionDelegate()

Protected function Static

FNavigationS...

 

VerifyNavigationRenderingComponentsDelegate()

Deprecated Functions

Name Description

Public function

INavigationD...

 

GetMainNavData

(
    int
)

GetMainNavData is deprecated. Use FNavigationSystem::GetCurrent()->GetDefaultNavDataInstance instead

Protected function Static

void

 

SetCoordTransformFrom

(
    const ENavigationCoordSystem::Type ...,
    const FTransform& Transform
)

FNavigationSystem::SetCoordTransformFrom is deprecated. Use FNavigationSystem::SetCoordTransform instead

Protected function Static

void

 

SetCoordTransformTo

(
    const ENavigationCoordSystem::Type ...,
    const FTransform& Transform
)

FNavigationSystem::SetCoordTransformTo is deprecated. Use FNavigationSystem::SetCoordTransform instead

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