Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Inheritance Hierarchy
- FSceneViewProjectionData
- FSceneCaptureViewInfo
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h |
| Include | #include "Components/SceneCaptureComponent.h" |
Syntax
struct FSceneCaptureViewInfo : public FSceneViewProjectionData
Remarks
View state needed to create a scene capture renderer Inherits from FSceneViewProjectionData to unify resolving of possible projection correction calculations.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | FOV | ||
| EStereoscopicPass | StereoPass | ||
| int32 | StereoViewIndex | ||
| FVector | ViewLocation | ||
| FRotator | ViewRotation |