FGraphCompilerContext::PruneIsolatedNodes

Prunes any nodes that weren't visited from the graph, printing out a warning

Windows
MacOS
Linux

Override Hierarchy

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/EdGraphCompilerUtilities.h

Include

#include "EdGraphCompilerUtilities.h"

Source

/Engine/Source/Editor/KismetCompiler/Private/EdGraphCompiler.cpp

Syntax

virtual void PruneIsolatedNodes
(
    const TArray< UEdGraphNode * > & RootSet,
    TArray< UEdGraphNode * > & GraphNodes
)

Remarks

Prunes any nodes that weren't visited from the graph, printing out a warning

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