Navigation
Unreal Engine C++ API Reference > Runtime > Engine > IVideoRecordingSystem
- IVideoRecordingSystem::EnableRecording()
- FGenericVideoRecordingSystem::EnableRecording()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h |
Include | #include "VideoRecordingSystem.h" |
void EnableRecording
&40;
const bool bEnableRecording
&41;
Remarks
Enables or disables recording if the platform supports it. Useful to prevent users from sharing spoilers.\
Parameters
Name | Description |
---|---|
bEnableRecording | If true, video recording will be allowed. If false, videos will not be recorded. |