Public Member Functions | |
FNVImageSize (int32 InWidth=0, int32 InHeight=0) | |
FIntPoint | ConvertToIntPoint () const |
float | GetAspectRatio () const |
Public Attributes | |
int32 | Height |
The image's height (in pixels). More... | |
int32 | Width |
The image's width (in pixels). More... | |
Definition at line 16 of file NVCameraSettings.h.
int32 FNVImageSize::Height |
The image's height (in pixels).
Definition at line 27 of file NVCameraSettings.h.
int32 FNVImageSize::Width |
The image's width (in pixels).
Definition at line 23 of file NVCameraSettings.h.