Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
static void GetAutoEmitTermParameters
&40;
const UFunction &42; Function,
TArray< FString > & AutoEmitParameterNames
&41;
Remarks
Returns a list of parameters for the function that are specified as automatically emitting terms for unconnected ref parameters in the compiler (MD_AutoCreateRefTerm)
Parameters
| Name | Description |
|---|---|
| Function | The function to check for auto-emitted ref terms on |
| AutoEmitParameterNames | (out) Returns an array of param names that should be auto-emitted if nothing is connected |