Navigation
API > API/Plugins > API/Plugins/CaptureUtils
| Name | TMonitor |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Async/Monitor.h |
| Include Path | #include "Async/Monitor.h" |
Syntax
template<typename T>
class TMonitor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Async/Monitor.h | |||
| Async/Monitor.h | |||
TMonitor
(
Args&&... InArgs |
Async/Monitor.h | ||
TMonitor
(
T InObject |
Async/Monitor.h |
Classes
| Name | Remarks |
|---|---|
| FHelper |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mutex | FCriticalSection | Async/Monitor.h | ||
| Object | T | Async/Monitor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T Claim() |
Async/Monitor.h | ||
T & GetUnsafe() |
Async/Monitor.h | ||
FHelper Lock() |
Async/Monitor.h |