Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusNodeGraph
Description
Get all unique component bindings that lead to this pin. Note that only pins with a zero or single bindings are considered valid. We return all of them however for error messaging.
| Name | GetComponentSourceBindingsForPin |
| Type | function |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodeGraph.h |
| Include Path | #include "OptimusNodeGraph.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNodeGraph.cpp |
TSet< UOptimusComponentSourceBinding * > GetComponentSourceBindingsForPin
(
const UOptimusNodePin * InNodePin,
const FOptimusPinTraversalContext & InContext
) const