Navigation
API > API/Runtime > API/Runtime/Renderer
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include | #include "ScreenPass.h" |
Syntax
struct FScreenPassViewInfo
Remarks
Type used to carry the limited amount of data we need from a FSceneView.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const bool | bHMDHiddenAreaMaskActive | ||
| const ERHIFeatureLevel::Type | FeatureLevel | ||
| const int32 | InstanceCount | ||
| const int32 | StereoViewIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScreenPassViewInfo
(
ERHIFeatureLevel::Type InFeatureLevel |
|||
FScreenPassViewInfo
(
const FSceneView& View |