Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneCaptureComponent
Description
Returns the view state, if any, and allocates one if needed. This function can return NULL, e.g. when bCaptureEveryFrame is false.
| Name | GetViewState |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h |
| Include Path | #include "Components/SceneCaptureComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SceneCaptureComponent.cpp |
FSceneViewStateInterface * GetViewState
(
int32 ViewIndex
)