Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStereoRendering
Description
Returns the desired number of views, so that devices that require additional views can allocate them. Default is two viewports if using stereo rendering.
| Name | GetDesiredNumberOfViews |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StereoRendering.h |
| Include Path | #include "StereoRendering.h" |
virtual int32 GetDesiredNumberOfViews
(
bool bStereoRequested
) const