Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FKismetCompilerContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PruneIsolatedNodes
(
UEdGraph* InGraph, |
Prune isolated nodes given the specified graph | KismetCompiler.h | |
virtual void PruneIsolatedNodes
(
const TArray< UEdGraphNode* >& RootSet, |
Prunes any nodes that weren't visited from the graph, printing out a warning | KismetCompiler.h |
PruneIsolatedNodes(UEdGraph *, bool)
Description
Prune isolated nodes given the specified graph
| Name | PruneIsolatedNodes |
| Type | function |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h |
| Include Path | #include "KismetCompiler.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp |
void PruneIsolatedNodes
(
UEdGraph * InGraph,
bool bInIncludeNodesThatCouldBeExpandedToRootSet
)
PruneIsolatedNodes(const TArray< UEdGraphNode > &, TArray< UEdGraphNode > &)
Description
Prunes any nodes that weren't visited from the graph, printing out a warning
| Name | PruneIsolatedNodes |
| Type | function |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h |
| Include Path | #include "KismetCompiler.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp |
virtual void PruneIsolatedNodes
(
const TArray< UEdGraphNode * > & RootSet,
TArray< UEdGraphNode * > & GraphNodes
)