UEdGraph::GetNodesOfClass

Gets all the nodes in the graph of a given type

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

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