Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UToolCallAsyncResultFutureHandle-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Unsubscribe () |
Unsubscribe from the result and cancel the pending future returned from GetValueAsJson(). | ToolsetRegistry/ToolCallAsyncResultFutureHandler.h | |
void Unsubscribe
(
bool bIsDestructing |
Unsubscribe, optionally without touching the Result as it may already be garbage collected. | ToolsetRegistry/ToolCallAsyncResultFutureHandler.h |
Unsubscribe()
Description
Unsubscribe from the result and cancel the pending future returned from GetValueAsJson().
| Name | Unsubscribe |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolCallAsyncResultFutureHandler.h |
| Include Path | #include "ToolsetRegistry/ToolCallAsyncResultFutureHandler.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolCallAsyncResultFutureHandler.cpp |
void Unsubscribe()
Unsubscribe(bool)
Description
Unsubscribe, optionally without touching the Result as it may already be garbage collected.
| Name | Unsubscribe |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolCallAsyncResultFutureHandler.h |
| Include Path | #include "ToolsetRegistry/ToolCallAsyncResultFutureHandler.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolCallAsyncResultFutureHandler.cpp |
void Unsubscribe
(
bool bIsDestructing
)