Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry
Async tool call result that completes with no value.
| Name | UToolCallAsyncResultVoid |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolCallAsyncResultVoid.h |
| Include Path | #include "ToolsetRegistry/ToolCallAsyncResultVoid.h" |
Syntax
UCLASS (BlueprintType)
class UToolCallAsyncResultVoid : public UToolCallAsyncResult
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UToolCallAsyncResult → UToolCallAsyncResultVoid
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetCompleted() |
Complete this result with no value and notify listeners of OnCompleted. | ToolsetRegistry/ToolCallAsyncResultVoid.h |
|
Public Virtual
Overridden from UToolCallAsyncResult
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FJsonValue > GetValueAsJson () |
Get the JSON representation of the Value. | ToolsetRegistry/ToolCallAsyncResultVoid.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FJsonObject > GetValueJsonSchema() |
Get the JSON schema for this class's value. | ToolsetRegistry/ToolCallAsyncResultVoid.h |