Navigation
API > API/Plugins > API/Plugins/CaptureUtils
| Name | FCaptureTimerManager |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Async/CaptureTimerManager.h |
| Include Path | #include "Async/CaptureTimerManager.h" |
Syntax
class FCaptureTimerManager
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Async/CaptureTimerManager.h | |||
FCaptureTimerManager
(
const float Resolution |
Async/CaptureTimerManager.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCaptureTimerManager() |
Async/CaptureTimerManager.h |
Classes
| Name | Remarks |
|---|---|
| FTimerManagerRunnable |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FTimerHandle | FTSTicker::FDelegateHandle | Async/CaptureTimerManager.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IdealTimeResolution | float | Async/CaptureTimerManager.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Runnable | TUniquePtr< FTimerManagerRunnable > | Async/CaptureTimerManager.h | ||
| Thread | TUniquePtr< FRunnableThread > | Async/CaptureTimerManager.h | ||
| Ticker | FTSTicker | Async/CaptureTimerManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimerHandle AddTimer
(
FTimerDelegate InDelegate, |
Async/CaptureTimerManager.h | ||
void RemoveTimer
(
FTimerHandle Handle |
Async/CaptureTimerManager.h |