Navigation
API > API/Plugins > API/Plugins/CaptureUtils
| Name | TManagedMulticastDelegate |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Async/ManagedDelegate.h |
| Include Path | #include "Async/ManagedDelegate.h" |
Syntax
template<typename ... Args>
class TManagedMulticastDelegate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TManagedMulticastDelegate() |
Async/ManagedDelegate.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DelegateType | TDelegate< void(Args...)> | Async/ManagedDelegate.h | |
| Type | TMulticastDelegate< void(Args...)> | Async/ManagedDelegate.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Delegate | Type | Async/ManagedDelegate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
Func InFunc, |
Async/ManagedDelegate.h | ||
void Add
(
DelegateType InDelegate, |
Async/ManagedDelegate.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator()
(
Args... InArgs |
Async/ManagedDelegate.h | ||
void operator()
(
Args... InArgs |
Async/ManagedDelegate.h |