Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Image
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Image/SpatialPhotoSet.h |
| Include | #include "Image/SpatialPhotoSet.h" |
Syntax
struct FSpatialPhotoParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| FImageDimensions | Dimensions | Pixel dimensions of the photo image | |
| FFrame3d | Frame | Coordinate system of the view camera - X() is forward, Z() is up | |
| double | HorzFOVDegrees | Horizontal Field-of-View of the camera in degrees (full FOV, so generally calculations will use half this value) | |
| double | NearPlaneDist | Near-plane distance for the camera, image pixels lie on this plane |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FSpatialPhotoParams& Other |