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