Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h |
| Include | #include "Components/SceneCaptureComponent.h" |
Syntax
struct FSceneCaptureViewInfo
Remarks
View state needed to create a scene capture renderer
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMatrix | ProjectionMatrix | ||
| EStereoscopicPass | StereoPass | ||
| int32 | StereoViewIndex | ||
| FVector | ViewLocation | ||
| FVector | ViewOrigin | ||
| FIntRect | ViewRect | ||
| FRotator | ViewRotation | ||
| FMatrix | ViewRotationMatrix |