![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 | |
| FArchive & | operator<< (FArchive &Ar, FLevelViewportInfo &I) |
Saved editor viewport state information
|
inline |
|
inline |
|
friend |
| float FLevelViewportInfo::CamOrthoZoom |
The zoom value for orthographic mode.
| FVector FLevelViewportInfo::CamPosition |
Where the camera is positioned within the viewport.
| FRotator FLevelViewportInfo::CamRotation |
The camera's position within the viewport.
| bool FLevelViewportInfo::CamUpdated |
Whether camera settings have been systematically changed since the last level viewport update.