FLevelViewportInfo

Saved editor viewport state information

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Syntax

struct FLevelViewportInfo

Remarks

Saved editor viewport state information

Variables

Name Description

Public variable

float

 

CamOrthoZoom

The zoom value for orthographic mode.

Public variable

FVector

 

CamPosition

Where the camera is positioned within the viewport.

Public variable

FRotator

 

CamRotation

The camera's position within the viewport.

Public variable

bool

 

CamUpdated

Whether camera settings have been systematically changed since the last level viewport update.

Constructors

Name Description

Public function

FLevelViewportInfo()

Public function

FLevelViewportInfo

(
    const FVector& InCamPosition,
    const FRotator& InCamRotation,
    float InCamOrthoZoom
)

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