Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
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
Type | Name | Description | |
---|---|---|---|
![]() |
float | CamOrthoZoom | The zoom value for orthographic mode. |
![]() |
FVector | CamPosition | Where the camera is positioned within the viewport. |
![]() |
FRotator | CamRotation | The camera's position within the viewport. |
![]() |
bool | CamUpdated | Whether camera settings have been systematically changed since the last level viewport update. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FLevelViewportInfo
(
const FVector& InCamPosition, |