![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SpatialPhotoSet.h>
Public Attributes | |
| FFrame3d | Frame |
| double | NearPlaneDist = 1.0 |
| double | HorzFOVDegrees = 90.0 |
| FImageDimensions | Dimensions |
| TImageBuilder< PixelType > | Image |
TSpatialPhoto represents a 2D image located in 3D space, ie the image plus camera parameters, which is essentially a "Photograph" of some 3D scene (hence the name)
| FImageDimensions UE::Geometry::TSpatialPhoto< PixelType >::Dimensions |
Pixel dimensions of the photo image
| FFrame3d UE::Geometry::TSpatialPhoto< PixelType >::Frame |
| double UE::Geometry::TSpatialPhoto< PixelType >::HorzFOVDegrees = 90.0 |
Horizontal Field-of-View of the camera in degrees (full FOV, so generally calculations will use half this value)
| TImageBuilder<PixelType> UE::Geometry::TSpatialPhoto< PixelType >::Image |
Pixels of the image
| double UE::Geometry::TSpatialPhoto< PixelType >::NearPlaneDist = 1.0 |
Near-plane distance for the camera, image pixels lie on this plane