Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDelegateBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the delegate instance. Not intended for use by user code. | Delegates/DelegateBase.h | ||
const IDelegateInstance * GetDelegateInstanceProtected () |
Delegates/DelegateBase.h |
GetDelegateInstanceProtected()
Description
Gets the delegate instance. Not intended for use by user code.
| Name | GetDelegateInstanceProtected |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include Path | #include "Delegates/DelegateBase.h" |
IDelegateInstance * GetDelegateInstanceProtected()
The delegate instance.
See Also
- SetDelegateInstance
GetDelegateInstanceProtected()
| Name | GetDelegateInstanceProtected |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include Path | #include "Delegates/DelegateBase.h" |
const IDelegateInstance * GetDelegateInstanceProtected() const