Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNavigationRelevantData
Description
Indicates that this object will not dirty the navmesh when added or removed from the octree. In this case we expect it to manually dirty areas (e.g. using OnObjectBoundsChanged).
| Name | ShouldSkipDirtyAreaOnAddOrRemove |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationRelevantData.h |
| Include Path | #include "AI/Navigation/NavigationRelevantData.h" |
bool ShouldSkipDirtyAreaOnAddOrRemove() const