#include <ComposableCameraNodePinTypes.h>
Describes a data-pin connection between two nodes in a camera type asset.
Public Attributes¶
| Return | Name | Description |
|---|---|---|
int32 |
SourceNodeIndex |
Index of the source node in the camera type's NodeTemplates array. |
FName |
SourcePinName |
Name of the output pin on the source node. |
int32 |
TargetNodeIndex |
Index of the target node in the camera type's NodeTemplates array. |
FName |
TargetPinName |
Name of the input pin on the target node. |
SourceNodeIndex¶
int32 SourceNodeIndex = INDEX_NONE
Index of the source node in the camera type's NodeTemplates array.
SourcePinName¶
FName SourcePinName
Name of the output pin on the source node.
TargetNodeIndex¶
int32 TargetNodeIndex = INDEX_NONE
Index of the target node in the camera type's NodeTemplates array.
TargetPinName¶
FName TargetPinName
Name of the input pin on the target node.