Navigation
API > API/Plugins > API/Plugins/OptimusCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UOptimusNodeLink
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodeLink.h |
| Include | #include "OptimusNodeLink.h" |
Syntax
UCLASS ()
class UOptimusNodeLink : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UOptimusNodePin > | NodeInputPin | ||
| TObjectPtr< UOptimusNodePin > | NodeOutputPin |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UOptimusNodePin * | Returns the input pin on the node that this link connects to. | ||
| UOptimusNodePin * | Returns the output pin on the node this link connects from. |