UK2Node_CallArrayFunction::GetArrayTypeDependentPins

Gather all pins on this node that are dependent on the array type, including the Array target pin.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallArrayFunction.h

Include

#include "K2Node_CallArrayFunction.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallArrayFunction.cpp

Syntax

void GetArrayTypeDependentPins
(
    TArray< UEdGraphPin * > & OutPins
) const

Remarks

Gather all pins on this node that are dependent on the array type, including the Array target pin.

Parameters

Parameter

Description

OutPins

Array of pins to populate

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