UEdGraphSchema_K2::GetAutoEmitTermParameters

Returns a list of parameters for the function that are specified as automatically emitting terms for unconnected ref parameters in the compiler (MD_AutoCreateRefTerm)

Windows
MacOS
Linux

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

Syntax

static void GetAutoEmitTermParameters
(
    const UFunction * Function,
    TArray< 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

Parameter

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

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