Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem > AAbstractNavData
- INavigationDataInterface::IsNodeRefValid()
- AAbstractNavData::IsNodeRefValid()
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/AbstractNavData.h |
Include | #include "AbstractNavData.h" |
virtual bool IsNodeRefValid
&40;
NavNodeRef NodeRef
&41; const
Remarks
Determines whether the specified NavNodeRef is still valid true if valid, false otherwise
Parameters
Name | Description |
---|---|
NodeRef | the NavNodeRef to test for validity |