Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h |
| Include | #include "VideoRecordingSystem.h" |
Syntax
struct FVideoRecordingParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoContinue | If true, a new video will be created based on the original file name and automatically start. | |
| bool | bAutoStart | If true, video recording will automatically start. | |
| bool | bExportToLibrary | If true, the saved video will be exported to the platform's video library. If false it will remain as a temporary file only. | |
| uint64 | RecordingLengthSeconds | If greater than 0 sets the length of the ring buffer (maximum limited by platform). | |
| FPlatformUserId | UserId | Set the user current recording belongs to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVideoRecordingParameters
(
uint64 InRecordingLengthSeconds, |