Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FGraphCompilerContext
Description
Scans a graph for a node of the specified class. Can optionally continue scanning and print errors if additional nodes of the same category are found.
| Name | FindNodeByClass |
| Type | function |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/EdGraphCompilerUtilities.h |
| Include Path | #include "EdGraphCompilerUtilities.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/EdGraphCompiler.cpp |
UEdGraphNode * FindNodeByClass
(
const UEdGraph * Graph,
TSubclassOf< UEdGraphNode > NodeClass,
bool bExpectedUnique
) const