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