Navigation
Unreal Engine C++ API Reference > 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 ( const [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * Function, [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & AutoEmitParameterNames )
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 |