Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry
Async tool call result that completes with a string.
| Name | UToolCallAsyncResultString |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolCallAsyncResultString.h |
| Include Path | #include "ToolsetRegistry/ToolCallAsyncResultString.h" |
Syntax
UCLASS (BlueprintType)
class UToolCallAsyncResultString : public UToolCallAsyncResult
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UToolCallAsyncResult → UToolCallAsyncResultString
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | FString | Value of the result. | ToolsetRegistry/ToolCallAsyncResultString.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetValue
(
const FString& InValue |
Set the result. | ToolsetRegistry/ToolCallAsyncResultString.h |
|