Navigation
API > API/Plugins > API/Plugins/OptimusCore
| Name | UOptimusNodePair |
| Type | class |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodePair.h |
| Include Path | #include "OptimusNodePair.h" |
Syntax
UCLASS (MinimalAPI)
class UOptimusNodePair : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UOptimusNodePair
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UOptimusNodePair() |
OptimusNodePair.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
const UOptimusNode* InNode |
OptimusNodePair.h | ||
bool Contains
(
const UOptimusNode* InFirst, |
OptimusNodePair.h | ||
UOptimusNode * GetFirst() |
Returns the output pin on the node this link connects from. | OptimusNodePair.h | |
UOptimusNode * GetNodeCounterpart
(
const UOptimusNode* InNode |
OptimusNodePair.h | ||
UOptimusNode * GetSecond() |
Returns the input pin on the node that this link connects to. | OptimusNodePair.h |