Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IVideoRecordingSystem
Description
Enables or disables recording if the platform supports it. Useful to prevent users from sharing spoilers.\
Derived Overrides
| Name | EnableRecording |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h |
| Include Path | #include "VideoRecordingSystem.h" |
void EnableRecording
(
const bool bEnableRecording
)
Parameters
| Name | Remarks |
|---|---|
| bEnableRecording | If true, video recording will be allowed. If false, videos will not be recorded. |