Navigation
API > API/Plugins > API/Plugins/CacheTrackRecorder
| Name | FCacheRecorderUserParameters |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/CacheTrackRecorder/Public/Recorder/CacheTrackRecorder.h |
| Include Path | #include "Recorder/CacheTrackRecorder.h" |
Syntax
USTRUCT ()
struct FCacheRecorderUserParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCacheRecorderUserParameters() |
Recorder/CacheTrackRecorder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMaximizeViewport | bool | Whether to maximize the viewport (enter Immersive Mode) when recording | Recorder/CacheTrackRecorder.h |
|
| bResetPlayhead | bool | Reset playhead to beginning of the playback range when starting recording | Recorder/CacheTrackRecorder.h |
|
| bStopAtPlaybackEnd | bool | Automatically stop recording when reaching the end of the playback range | Recorder/CacheTrackRecorder.h |
|
| EngineTimeDilation | float | The engine time dilation to apply during the recording | Recorder/CacheTrackRecorder.h |
|