Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDelegateHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates an initially unset handle | Delegates/IDelegateInstance.h | ||
| Creates a handle pointing to a new instance | Delegates/IDelegateInstance.h |
FDelegateHandle()
Description
Creates an initially unset handle
| Name | FDelegateHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h |
| Include Path | #include "Delegates/IDelegateInstance.h" |
FDelegateHandle()
FDelegateHandle(EGenerateNewHandleType)
Description
Creates a handle pointing to a new instance
| Name | FDelegateHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h |
| Include Path | #include "Delegates/IDelegateInstance.h" |
FDelegateHandle
(
EGenerateNewHandleType
)