FPerPlayerSplitscreenData

Structure to store splitscreen data.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ViewportSplitScreen.h

Include

#include "Engine/ViewportSplitScreen.h"

Syntax

struct FPerPlayerSplitscreenData

Remarks

Structure to store splitscreen data.

Variables

Name Description

Public variable

float

 

OriginX

Public variable

float

 

OriginY

Public variable

float

 

SizeX

Public variable

float

 

SizeY

Constructors

Name Description

Public function

FPerPlayerSplitscreenData()

Public function

FPerPlayerSplitscreenData

(
    float NewSizeX,
    float NewSizeY,
    float NewOriginX,
    float NewOriginY
)

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