Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UToolCallAsyncResult
Description
Complete this result with an error and notify listeners of OnCompleted.
This is thread safe, the Error property will always be updated and OnCompleted will be signaled on the main thread.
| Name | SetError |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolCallAsyncResult.h |
| Include Path | #include "ToolsetRegistry/ToolCallAsyncResult.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolCallAsyncResult.cpp |
UFUNCTION (BlueprintCallable, Category="ToolsetRegistry")
bool SetError
(
const FString & InError
)
true the result was completed with the error, false otherwise.