Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils > API/Plugins/MetaHumanCaptureUtils/TManagedDelegate
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Async/ManagedDelegate.h |
|
|
|
Async/ManagedDelegate.h |
|
|
|
Async/ManagedDelegate.h |
|
TManagedDelegate()
| |
|
| Name |
TManagedDelegate |
| Type |
function |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Async/ManagedDelegate.h |
| Include Path |
#include "Async/ManagedDelegate.h" |
TManagedDelegate()
TManagedDelegate(Func, EDelegateExecutionThread)
| |
|
| Name |
TManagedDelegate |
| Type |
function |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Async/ManagedDelegate.h |
| Include Path |
#include "Async/ManagedDelegate.h" |
template<typename Func>
TManagedDelegate
(
Func InFunc,
EDelegateExecutionThread InThread
)
TManagedDelegate(Type, EDelegateExecutionThread)
| |
|
| Name |
TManagedDelegate |
| Type |
function |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Async/ManagedDelegate.h |
| Include Path |
#include "Async/ManagedDelegate.h" |
TManagedDelegate
(
Type InDelegate,
EDelegateExecutionThread InThread
)