UEdGraph::GetNodesOfClassEx

Finds all the nodes of a given minimum type in the graph

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h

Include

#include "EdGraph/EdGraph.h"

Syntax

template<class MinRequiredType, class ArrayElementType>
void GetNodesOfClassEx
(
    TArray< ArrayElementType * > & OutNodes
) const

Remarks

Finds all the nodes of a given minimum type in the graph

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