Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack
| |
|
| Name |
TQueueRunner |
| Type |
class |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Utility/QueueRunner.h |
| Include Path |
#include "Utility/QueueRunner.h" |
Syntax
template<class T>
class TQueueRunner : public FRunnable
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TQueueRunner
(
FOnProcess InProcess
)
|
|
Utility/QueueRunner.h |
|
Destructors
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnProcess |
TBaseDelegate_OneParam< void, T InElem > |
|
Utility/QueueRunner.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bRunning |
std::atomic< bool > |
|
Utility/QueueRunner.h |
|
| Event |
FEvent * |
|
Utility/QueueRunner.h |
|
| Mutex |
FCriticalSection |
|
Utility/QueueRunner.h |
|
| OnProcess |
FOnProcess |
|
Utility/QueueRunner.h |
|
| Queue |
TQueue< T > |
|
Utility/QueueRunner.h |
|
| Thread |
TUniquePtr< FRunnableThread > |
|
Utility/QueueRunner.h |
|
Functions
Public
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Utility/QueueRunner.h |
|
|
|
Utility/QueueRunner.h |
|