UEdGraph::GetNodesOfClass

Gets all the nodes in the graph of a given type

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>
void GetNodesOfClass
(
    TArray< MinRequiredType * > & OutNodes
) const

Remarks

Gets all the nodes in the graph of a given type