FKismetFunctionContext::CopyAndPrependStatements

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

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

References

   
Module KismetCompiler
Header /Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h
Include #include "KismetCompiledFunctionContext.h"
void CopyAndPrependStatements
(
    [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * Destination,
    [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * Source
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library