Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusNode
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNode.h |
| Include | #include "OptimusNode.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNode.cpp |
UOptimusNodePin &42; FindPinFromProperty
&40;
const FProperty &42; InRootProperty,
const FProperty &42; InSubProperty
&41; const
Remarks
Find the pin associated with the given FProperty object(s). The pin object, if found, otherwise nullptr.
Parameters
| Name | Description |
|---|---|
| InRootProperty | The property representing the pin root we're interested in. |
| InSubProperty | The property representing the actual pin the value changed on. |