Navigation
Unreal Engine C++ API Reference > 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 * FindPin
(
const FStringView InPinPath
) const
Remarks
Find the pin associated with the given dot-separated pin path. The pin object, if found, otherwise nullptr.
Parameters
Name | Description |
---|---|
InPinPath | The path of the pin. |