UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLevelViewportInfo Struct Reference

#include <World.h>

Public Member Functions

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

Public Attributes

FVector CamPosition
 
FRotator CamRotation
 
float CamOrthoZoom
 
bool CamUpdated
 

Friends

FArchiveoperator<< (FArchive &Ar, FLevelViewportInfo &I)
 

Detailed Description

Saved editor viewport state information

Constructor & Destructor Documentation

◆ FLevelViewportInfo() [1/2]

FLevelViewportInfo::FLevelViewportInfo ( )
inline

◆ FLevelViewportInfo() [2/2]

FLevelViewportInfo::FLevelViewportInfo ( const FVector InCamPosition,
const FRotator InCamRotation,
float  InCamOrthoZoom 
)
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FLevelViewportInfo I 
)
friend

Member Data Documentation

◆ CamOrthoZoom

float FLevelViewportInfo::CamOrthoZoom

The zoom value for orthographic mode.

◆ CamPosition

FVector FLevelViewportInfo::CamPosition

Where the camera is positioned within the viewport.

◆ CamRotation

FRotator FLevelViewportInfo::CamRotation

The camera's position within the viewport.

◆ CamUpdated

bool FLevelViewportInfo::CamUpdated

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


The documentation for this struct was generated from the following file: