FKismetCompilerUtilities::CheckFunctionCompiledStatementsThreadSafety

Helper function used by CheckFunctionThreadSafety. Split out to allow the ability to examine individual compiled statement lists (e.g. for the ubergraph)

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 CheckFunctionCompiledStatementsThreadSafety
(
    const [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * InNode,
    const [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * InSourceGraph,
    const [TArray](API\Runtime\Core\Containers\TArray)< [FBlueprintCompiledStatement](API\Editor\KismetCompiler\FBlueprintCompiledStatement) * > & InStatements,
    [FCompilerResultsLog](API\Editor\UnrealEd\Kismet2\FCompilerResultsLog) & InMessageLog,
    bool InbEmitErrors,
    [TSet](API\Runtime\Core\Containers\TSet)< const [FBPTerminal](API\Editor\KismetCompiler\FBPTerminal) * > * InThreadSafeObjectTerms
)

Remarks

Helper function used by CheckFunctionThreadSafety. Split out to allow the ability to examine individual compiled statement lists (e.g. for the ubergraph)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library