Navigation
API > API/Plugins > API/Plugins/OptimusCore
Inheritance Hierarchy
- UObject
- UOptimusNodePair
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodePair.h |
| Include | #include "OptimusNodePair.h" |
Syntax
UCLASS ()
class UOptimusNodePair : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UOptimusNode > | First | ||
| TObjectPtr< UOptimusNode > | Second |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Contains
(
const UOptimusNode* InNode |
||
| bool | Contains
(
const UOptimusNode* InFirst, |
||
| UOptimusNode * | GetFirst () |
Returns the output pin on the node this link connects from. | |
| UOptimusNode * | GetNodeCounterpart
(
const UOptimusNode* InNode |
||
| UOptimusNode * | GetSecond () |
Returns the input pin on the node that this link connects to. |