UGameViewportClient::SetDisableSplitscreenOverride

Allows game code to disable splitscreen (useful when in menus)

Windows
MacOS
Linux

Deprecated

  • SetDisableSplitscreenOverride is deprecated. Please call UGameViewportClient::SetForceDisableSplitscreen(bDisabled) instead.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportClient.h

Include

#include "Engine/GameViewportClient.h"

Syntax

void SetDisableSplitscreenOverride
(
    const bool bDisabled
)

Remarks

Allows game code to disable splitscreen (useful when in menus)

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