UEdGraph::GetNodesOfClassEx

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

Choose your operating system:

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