Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry
Register for tracking of tool call exceptions for the lifetime of this object.
| Name | FToolCallExceptionHandler |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolCallExceptionHandler.h |
| Include Path | #include "ToolsetRegistry/ToolCallExceptionHandler.h" |
Syntax
class FToolCallExceptionHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ToolsetRegistry/ToolCallExceptionHandler.h | |||
| Disallow copy and move. | ToolsetRegistry/ToolCallExceptionHandler.h | ||
| ToolsetRegistry/ToolCallExceptionHandler.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FToolCallExceptionHandler() |
ToolsetRegistry/ToolCallExceptionHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScriptException | FString | Raised script exception message. | ToolsetRegistry/ToolCallExceptionHandler.h | |
| ScriptExceptionHandle | FDelegateHandleRaii | Handler for FBlueprintCoreDelegates::OnScriptException. | ToolsetRegistry/ToolCallExceptionHandler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CaptureErrorsIn
(
TFunction< void()>&& Func |
Call a function within a scope where it's possible to call UKismetSystemLibrary::RaiseScriptError() without dynamically calling a UFunction. | ToolsetRegistry/ToolCallExceptionHandler.h | |
FString GetException() |
Description of script exceptions raised by UKismetSystemLibrary::RaiseScriptError or FBlueprintCoreDelegates::ThrowScriptException via FBlueprintCoreDelegates::OnScriptException during the lifetime of this object. | ToolsetRegistry/ToolCallExceptionHandler.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FToolCallExceptionHandler & operator=
(
const FToolCallExceptionHandler& |
ToolsetRegistry/ToolCallExceptionHandler.h | ||
| ToolsetRegistry/ToolCallExceptionHandler.h |