Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils
| Name | TManagedDelegate |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Async/ManagedDelegate.h |
| Include Path | #include "Async/ManagedDelegate.h" |
Syntax
template<typename ... Args>
class TManagedDelegate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Async/ManagedDelegate.h | |||
TManagedDelegate
(
Func InFunc, |
Async/ManagedDelegate.h | ||
TManagedDelegate
(
Type InDelegate, |
Async/ManagedDelegate.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | TDelegate< void(Args...)> | Async/ManagedDelegate.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Delegate | Type | Async/ManagedDelegate.h | ||
| ExecutionThread | EDelegateExecutionThread | Async/ManagedDelegate.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator()
(
Args... InArgs |
Async/ManagedDelegate.h | ||
void operator()
(
Args... InArgs |
Async/ManagedDelegate.h |