FKismetFunctionContext::CopyAndPrependStatements

Prepends the statements corresponding to Source to the set of statements corresponding to Dest

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

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

Include

#include "KismetCompiledFunctionContext.h"

Syntax

void CopyAndPrependStatements
(
    UEdGraphNode * Destination,
    UEdGraphNode * Source
)

Remarks

Prepends the statements corresponding to Source to the set of statements corresponding to Dest

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