FViewport::SetInitialSize

Sets the initial size of this viewport. Will do nothing if the viewport has already been sized

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealClient.h

Include

#include "UnrealClient.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealClient.cpp

Syntax

void SetInitialSize
(
    FIntPoint InitialSizeXY
)

Remarks

Sets the initial size of this viewport. Will do nothing if the viewport has already been sized

Parameters

Parameter

Description

InitialSizeXY

The initial size of the viewport

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