UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StereoRendering.h File Reference
#include "CoreMinimal.h"
#include "RenderGraphFwd.h"

Go to the source code of this file.

Classes

class  IStereoRendering
 

Enumerations

enum class  EStereoscopicPass { eSSP_FULL , eSSP_PRIMARY , eSSP_SECONDARY }
 
enum  EStereoscopicEye : int32 {
  eSSE_MONOSCOPIC = INDEX_NONE , eSSE_LEFT_EYE = 0 , eSSE_RIGHT_EYE = 1 , eSSE_LEFT_EYE_SIDE = 2 ,
  eSSE_RIGHT_EYE_SIDE = 3
}
 

Enumeration Type Documentation

◆ EStereoscopicEye

Helper enum to identify eye view indices.

Enumerator
eSSE_MONOSCOPIC 
eSSE_LEFT_EYE 
eSSE_RIGHT_EYE 
eSSE_LEFT_EYE_SIDE 
eSSE_RIGHT_EYE_SIDE 

◆ EStereoscopicPass

enum class EStereoscopicPass
strong

Stereoscopic rendering passes. FULL implies stereoscopic rendering isn't enabled for this pass PRIMARY implies the view needs its own pass, while SECONDARY implies the view can be instanced

Enumerator
eSSP_FULL 
eSSP_PRIMARY 
eSSP_SECONDARY