UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNavGraphNode Struct Reference

#include <NavigationGraph.h>

Public Types

enum  { InitialEdgesCount = 4 }
 

Public Member Functions

 FNavGraphNode ()
 

Public Attributes

TObjectPtr< UObjectOwner
 
TArray< FNavGraphEdgeEdges
 

Member Enumeration Documentation

◆ anonymous enum

Enumerator
InitialEdgesCount 

Constructor & Destructor Documentation

◆ FNavGraphNode()

FNavGraphNode::FNavGraphNode ( )

Member Data Documentation

◆ Edges

TArray<FNavGraphEdge> FNavGraphNode::Edges

◆ Owner

TObjectPtr<UObject> FNavGraphNode::Owner

Who's this node referring to? This will most commonly point to an actor or a component


The documentation for this struct was generated from the following files: