Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IVideoRecordingSystem
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 GetOnVideoRecordingFinalizedDelegate to retrieve the final filepath.
Derived Overrides
| Name | NewRecording |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h |
| Include Path | #include "VideoRecordingSystem.h" |
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 |