FGoogleARCoreCameraConfig
#include <GoogleARCoreTypes.h>
Camera configuration from ARCore.
Summary
Public attributes |
|
---|---|
CameraID
|
FString
The id of the camera will be used in this CameraConfig.
|
CameraImageResolution
|
FIntPoint
CPU-accessible camera image resolution.
|
CameraTextureResolution
|
FIntPoint
Texture resolution for the camera image accessible to the graphics API and shaders.
|
Public functions |
|
---|---|
operator==(const FGoogleARCoreCameraConfig & OtherConfig) const
|
bool
Comparison operator.
|
Public attributes
CameraID
FString FGoogleARCoreCameraConfig::CameraID
The id of the camera will be used in this CameraConfig.
CameraImageResolution
FIntPoint FGoogleARCoreCameraConfig::CameraImageResolution
CPU-accessible camera image resolution.
CameraTextureResolution
FIntPoint FGoogleARCoreCameraConfig::CameraTextureResolution
Texture resolution for the camera image accessible to the graphics API and shaders.
Public functions
operator==
bool FGoogleARCoreCameraConfig::operator==( const FGoogleARCoreCameraConfig & OtherConfig ) const
Comparison operator.
Details | |||
---|---|---|---|
Parameters |
|
||
Returns |
True if this configuration is identical to OtherConfig.
|