5#include "Math/Rotator.h"
6#include "Math/Vector.h"
7#include "Math/Vector2D.h"
8#include "UObject/ObjectMacros.h"
10#include "Cesium3DTilesSelection/ViewState.h"
12#include "CesiumCamera.generated.h"
20 GENERATED_USTRUCT_BODY()
26 UPROPERTY(BlueprintReadWrite, Category =
"Cesium")
32 UPROPERTY(BlueprintReadWrite, Category =
"Cesium")
38 UPROPERTY(BlueprintReadWrite, Category =
"Cesium")
44 UPROPERTY(BlueprintReadWrite, Category =
"Cesium")
56 UPROPERTY(BlueprintReadWrite, Category =
"Cesium")
double OverrideAspectRatio
The overriden aspect ratio for this camera.
FVector Location
The Unreal location of the camera.
FRotator Rotation
The Unreal rotation of the camera.
FVector2D ViewportSize
The pixel dimensions of the viewport.
double FieldOfViewDegrees
The horizontal field of view of the camera in degrees.
FCesiumCamera()
Construct an uninitialized FCesiumCamera object.