Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGenericVideoRecordingSystem
Description
Initializes a new video recording.
By default does not start capturing, will not start again after saving and will export to the library. Use the RegisterVideoRecordingFinalizedDelegate to retrieve the final filepath.
Virtual Inheritance
- IVideoRecordingSystem::NewRecording → FGenericVideoRecordingSystem::NewRecording
| Name | NewRecording |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h |
| Include Path | #include "VideoRecordingSystem.h" |
virtual bool NewRecording
(
const TCHAR * DestinationFileName,
FVideoRecordingParameters Parameters
)
True if opening the recording succeeded, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| DestinationFileName | The base name of the resulting video, without a path or extension. |
| Parameters | the parameters for this recording |