Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils
| |
|
| Name |
FCallbackSynchronizer |
| Type |
class |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Async/CallbackSynchronizer.h |
| Include Path |
#include "Async/CallbackSynchronizer.h" |
Syntax
class FCallbackSynchronizer : public TSharedFromThis< FCallbackSynchronizer >
Inheritance Hierarchy
Constructors
Destructors
Structs
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FAfterAllDelegate |
TBaseDelegate_NoParams< void > |
|
Async/CallbackSynchronizer.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AfterAllDelegate |
FAfterAllDelegate |
|
Async/CallbackSynchronizer.h |
|
| Counter |
std::atomic_int |
|
Async/CallbackSynchronizer.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void AfterAll
(
FAfterAllDelegate InAfterAllDelegate,
bool bExecuteIfCounterZero
)
|
|
Async/CallbackSynchronizer.h |
|
auto CreateCallback
(
FCallback&& InCallback
)
|
|
Async/CallbackSynchronizer.h |
|
Static