Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/IOptimusNodePinRouter.h |
| Include | #include "IOptimusNodePinRouter.h" |
Syntax
struct FOptimusRoutedNodePin
Remarks
A utility structure to store information on routed pins when getting routed connections. The traversal context can be subsequently passed into the GetConnectedPinsWithRouting for the pin given in the struct to ensure that the traversal behaves correctly when going through library functions.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UOptimusNodePin * | NodePin | ||
| FOptimusPinTraversalContext | TraversalContext |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
FOptimusRoutedNodePin const& RHS |