FKismetCompilerUtilities::FindUnsortedSeparateExecutionGroups

Find groups of nodes, that can be executed separately.

Unreal Engine C++ API Reference > Editor > KismetCompiler > FKismetCompilerUtilities

References

   
Module KismetCompiler
Header /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h
Include #include "KismetCompilerMisc.h"
Source /Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp
static [TArray](API\Runtime\Core\Containers\TArray)< [TSet](API\Runtime\Core\Containers\TSet)< [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * > > FindUnsortedSeparateExecutionGroups
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * > & Nodes
)

Remarks

Find groups of nodes, that can be executed separately.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library