Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/IOptimusPathResolver
- IOptimusPathResolver::ResolvePinPath()
- UOptimusDeformer::ResolvePinPath()
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/IOptimusPathResolver.h |
| Include | #include "IOptimusPathResolver.h" |
UOptimusNodePin * ResolvePinPath
(
const FString & InPinPath
)
Remarks
Takes a dot-separated path string and attempts to resolve it to a specific pin on a node. The node found from this path, or nullptr if nothing was found.