Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FKismetCompilerContext
References
| Module | KismetCompiler |
| Header | /Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h |
| Include | #include "KismetCompiler.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp |
UEdGraph * SpawnIntermediateFunctionGraph
(
const FString & InDesiredFunctionName,
const UFunction * InSignature,
bool bUseUniqueName
)
Remarks
Spawn an intermediate function graph for this compilation using the specified desired name (and optional signature), which may be modified to make it unique.