Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/INavRelevantInterface
Description
Indicates if the area covered by the navigation bounds of the object should not be dirtied when inserting, or removing, the object in the navigation octree. In this case we expect that object to manually dirty areas (e.g. using UpdateNavigationElementBoundsDelegate).
Derived Overrides
| Name | ShouldSkipDirtyAreaOnAddOrRemove |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantInterface.h |
| Include Path | #include "AI/Navigation/NavRelevantInterface.h" |
virtual bool ShouldSkipDirtyAreaOnAddOrRemove() const