Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/FToolsetRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFuture< TValueOrError< FString, FString > > ExecuteTool
(
const FString& ToolName, |
Execute a tool from a registered toolset handler. | ToolsetRegistry/ToolsetRegistry.h | |
TFuture< TValueOrError< FString, FString > > ExecuteTool
(
const FToolDescriptor& ToolDescriptor, |
Execute a tool from a registered toolset handler. | ToolsetRegistry/ToolsetRegistry.h |
ExecuteTool(const FString &, const FString &)
Description
Execute a tool from a registered toolset handler.
If there is an error in attempting to execute a tool, such as a tool not existing, the future will contain an error string.
| Name | ExecuteTool |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetRegistry.h |
| Include Path | #include "ToolsetRegistry/ToolsetRegistry.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolsetRegistry.cpp |
TFuture < TValueOrError < FString , FString > > ExecuteTool
(
const FString & ToolName,
const FString & JsonInput
)
ExecuteTool(const FToolDescriptor &, const FString &)
Description
Execute a tool from a registered toolset handler.
If there is an error in attempting to execute a tool, such as a tool not existing, the future will contain an error string.
| Name | ExecuteTool |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetRegistry.h |
| Include Path | #include "ToolsetRegistry/ToolsetRegistry.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolsetRegistry.cpp |
TFuture < TValueOrError < FString , FString > > ExecuteTool
(
const FToolDescriptor & ToolDescriptor,
const FString & JsonInput
)