Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FOptionalPinManager
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h |
Include | #include "K2Node.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp |
void CreateVisiblePins
&40;
TArray< FOptionalPinFromProperty > & Properties,
UStruct &42; SourceStruct,
EEdGraphPinDirection Direction,
class UK2Node &42; TargetNode,
uint8 &42; StructBasePtr,
uint8 &42; DefaultsPtr
&41;
Remarks
Creates a pin for each visible property on the specified node
Parameters
Name | Description |
---|---|
Properties | The property array |
SourceStruct | The source structure to update the properties array from |
Direction | Direction of pins to create |
TargetNode | Node to generate pins for |
StructBasePtr | Struct that is iterated over, to represent the current version of the data |
DefaultsPtr | Struct that is iterated over, to represent the default version of the data, used for delta serialization |