FKismetCompilerContext::SpawnIntermediateEventNode

Spawns an intermediate event node associated with the source node (for error purposes)

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

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

Include

#include "KismetCompiler.h"

Syntax

template<typename NodeType>
NodeType * SpawnIntermediateEventNode
(
    UEdGraphNode * SourceNode,
    UEdGraphPin * SourcePin,
    UEdGraph * ParentGraph
)

Remarks

Spawns an intermediate event node associated with the source node (for error purposes)

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