Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UToolCallAsyncResult
Description
Broadcast that the result is complete if it hasn't already been completed.
To make this thread safe, if this isn't called on the main thread, SetFinalState will not be called until the next main thread update so be careful that SetFinalState does not reference any data on the stack.
| Name | MaybeBroadcastCompletion |
| 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 |
bool MaybeBroadcastCompletion
(
TFunction < void> && SetFinalState
)
true if the broadcast was executed or scheduled, false otherwise.