Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddDirtyArea
(
const FBox& NewArea, |
NavigationSystem.h | ||
void AddDirtyArea
(
const FBox& NewArea, |
NavigationSystem.h | ||
void AddDirtyArea
(
const FBox& NewArea, |
NavigationSystem.h | ||
void AddDirtyArea
(
const FBox& NewArea, |
NavigationSystem.h |
AddDirtyArea(const FBox &, ENavigationDirtyFlag, const FName &)
| Name | AddDirtyArea |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
void AddDirtyArea
(
const FBox & NewArea,
ENavigationDirtyFlag Flags,
const FName & DebugReason
)
AddDirtyArea(const FBox &, int32, const FName &)
| Name | AddDirtyArea |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
void AddDirtyArea
(
const FBox & NewArea,
int32 Flags,
const FName & DebugReason
)
AddDirtyArea(const FBox &, ENavigationDirtyFlag, const TFunction< const TSharedPtr< const FNavigationElement >()> &, const FName &)
| Name | AddDirtyArea |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
void AddDirtyArea
(
const FBox & NewArea,
ENavigationDirtyFlag Flags,
const TFunction < const TSharedPtr < const FNavigationElement >> & ElementProviderFunc,
const FName & DebugReason
)
AddDirtyArea(const FBox &, int32, const TFunction< UObject *()> &, const FName &)
| Name | AddDirtyArea |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
void AddDirtyArea
(
const FBox & NewArea,
int32 Flags,
const TFunction < UObject *> & ObjectProviderFunc,
const FName & DebugReason
)