Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/IOptimusNodeAdderPinProvider.h |
| Include | #include "IOptimusNodeAdderPinProvider.h" |
Syntax
class IOptimusNodeAdderPinProvider
Remarks
Interface that provides a mechanism to add pins to node from existing pins
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FAdderPinAction > | GetAvailableAdderPinActions
(
const UOptimusNodePin* InSourcePin, |
||
| bool | RemoveAddedPins
(
TConstArrayView< UOptimusNodePin* > InAddedPinsToRemove |
||
| TArray< UOptimusNodePin * > | TryAddPinFromPin
(
const FAdderPinAction& InSelectedAction, |
Make sure pins created this way don't have different names each time the function is called. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAdderPinAction |