Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_CallArrayFunction
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 |
void GetArrayPins ( [TArray](API\Runtime\Core\Containers\TArray)< [FArrayPropertyPinCombo](API\Editor\BlueprintGraph\FArrayPropertyPinCombo) > & OutArrayPinInfo ) const
Remarks
Retrieves the array pins and their property pins as a combo-struct
Parameters
Name | Description |
---|---|
OutArrayPinInfo | The pins and their property pins will be added to this array |