Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/GraphTraversal.h |
| Include | #include "MuCOE/GraphTraversal.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/GraphTraversal.cpp |
TArray< UEdGraphPin &42; > FollowInputPinArray
&40;
const UEdGraphPin & Pin,
bool &42; bOutCycleDetected
&41;
Remarks
Follow the given input pin returning the output connected pin.
- Skips all orphan pins.
- Follows External Pin nodes. Connected pins.
Parameters
| Name | Description |
|---|---|
| Pin | Pin to follow. |
| bOutCycleDetected | If provided, it will set to true if a cycle has been found. |