IVideoRecordingSystem::EnableRecording

Enables or disables recording if the platform supports it.

Windows
MacOS
Linux

Override Hierarchy

IVideoRecordingSystem::EnableRecording()

FGenericVideoRecordingSystem::EnableRecording()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h

Include

#include "VideoRecordingSystem.h"

Syntax

void EnableRecording
(
    const bool bEnableRecording
)

Remarks

Enables or disables recording if the platform supports it. Useful to prevent users from sharing spoilers.\

Parameters

Parameter

Description

bEnableRecording

If true, video recording will be allowed. If false, videos will not be recorded.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss