20 GENERATED_USTRUCT_BODY()
26 UPROPERTY(BlueprintReadWrite, Category =
"Cesium")
27 FVector2D ViewportSize;
32 UPROPERTY(BlueprintReadWrite, Category = "Cesium")
38 UPROPERTY(BlueprintReadWrite, Category = "Cesium")
44 UPROPERTY(BlueprintReadWrite, Category = "Cesium")
45 double FieldOfViewDegrees;
56 UPROPERTY(BlueprintReadWrite, Category = "Cesium")
57 double OverrideAspectRatio = 0.0;
73 const FVector2D& ViewportSize,
74 const FVector& Location,
75 const FRotator& Rotation,
76 double FieldOfViewDegrees);
88 const FVector2D& ViewportSize,
89 const FVector& Location,
90 const FRotator& Rotation,
91 double FieldOfViewDegrees,
92 double OverrideAspectRatio);