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; > FollowOutputPinArray
&40;
const UEdGraphPin & Pin,
bool &42; bOutCycleDetected
&41;
Remarks
Follow the given input output returning the input connected pin.
- Skips all orphan pins.
- Follows External Pin nodes.
- It will only follow External Pin nodes of loaded CO (i.e., Expose Pin nodes of CO which are NOT loaded will not be found)! Connected pins.
Parameters
| Name | Description |
|---|---|
| Pin | Pin to follow. |
| bOutCycleDetected | If provided, it will set to true if a cycle has been found. |