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
- FRunnable → TQueueRunner
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TQueueRunner
(
FOnProcess InProcess |
Utility/QueueRunner.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TQueueRunner() |
Utility/QueueRunner.h |
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
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
T InElement |
Utility/QueueRunner.h |
Protected
Overridden from FRunnable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 Run() |
Utility/QueueRunner.h | ||
virtual void Stop() |
Utility/QueueRunner.h |