Navigation
API > API/Plugins > API/Plugins/OptimusCore
Inheritance Hierarchy
- IOptimusPathResolver
- UOptimusDeformer
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/IOptimusPathResolver.h |
| Include | #include "IOptimusPathResolver.h" |
Syntax
class IOptimusPathResolver
Functions
| Type | Name | Description | |
|---|---|---|---|
| IOptimusNodeGraphCollectionOwner * | ResolveCollectionPath
(
const FString& InPath |
Takes a collection path string and attempts to resolve it to a specific graph collection. | |
| UOptimusComponentSourceBinding * | ResolveComponentBinding
(
FName InBindingName |
||
| UOptimusNodeGraph * | ResolveGraphPath
(
const FString& InPath |
Takes a graph path string and attempts to resolve it to a specific graph | |
| UOptimusNode * | ResolveNodePath
(
const FString& InPath |
Takes a node path string and attempts to resolve it to a specific node | |
| UOptimusNodePin * | ResolvePinPath
(
const FString& InPinPath |
Takes a dot-separated path string and attempts to resolve it to a specific pin on a node. | |
| UOptimusResourceDescription * | ResolveResource
(
FName InResourceName |
||
| UOptimusVariableDescription * | ResolveVariable
(
FName InVariableName |