FKismetCompilerUtilities::IsIntermediateFunctionGraphTrivial

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 bool IsIntermediateFunctionGraphTrivial
(
    [FName](API\Runtime\Core\UObject\FName) FunctionName,
    const [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * FunctionGraph
)

true if the graph in question contains only an entry node or only an entry node and a call to its parent if the graph is an override


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library