Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor > API/Plugins/MovieRenderPipelineEditor/UMovieGraphQuickRenderSubsystem > API/Plugins/MovieRenderPipelineEditor/UMovieGraphQuickRenderSubsystem/FCachedPrePieDat-
Cached viewport camera properties for the non-piloted camera path. These are captured at BeginQuickRender time so the viewport does not need to be active/visible when the PIE world is set up later.
| Name | FViewportCameraData |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/Graph/MovieGraphQuickRender.h |
| Include Path | #include "Graph/MovieGraphQuickRender.h" |
Syntax
struct FViewportCameraData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AspectRatio | float | Graph/MovieGraphQuickRender.h | ||
| bIsPerspective | bool | Graph/MovieGraphQuickRender.h | ||
| bIsValid | bool | Graph/MovieGraphQuickRender.h | ||
| FOV | float | Graph/MovieGraphQuickRender.h | ||
| Location | FVector | Graph/MovieGraphQuickRender.h | ||
| OrthoWidth | float | Graph/MovieGraphQuickRender.h | ||
| Rotation | FRotator | Graph/MovieGraphQuickRender.h |