Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry
| Name | FDelegateHandleRaii |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/DelegateHandle.h |
| Include Path | #include "ToolsetRegistry/DelegateHandle.h" |
Syntax
class FDelegateHandleRaii : public TUniquePtr< FDelegateHandleRaiiBase >
Inheritance Hierarchy
- TDefaultDelete → TUniquePtr → FDelegateHandleRaii
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Whether this references a valid handle. | ToolsetRegistry/DelegateHandle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDelegateHandleRaii Create
(
DelegateRegistrationT& Registration, |
Create an instance of a delegate handle RAII container. | ToolsetRegistry/DelegateHandle.h |