AAbstractNavData::IsNodeRefValid

Determines whether the specified NavNodeRef is still valid

Windows
MacOS
Linux

Override Hierarchy

INavigationDataInterface::IsNodeRefValid()

AAbstractNavData::IsNodeRefValid()

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/AbstractNavData.h

Include

#include "AbstractNavData.h"

Syntax

virtual bool IsNodeRefValid
(
    NavNodeRef NodeRef
) const

Remarks

Determines whether the specified NavNodeRef is still valid

Returns

true if valid, false otherwise

Parameters

Parameter

Description

NodeRef

the NavNodeRef to test for validity

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