Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDefaultRenderer.h |
| Include | #include "Graph/MovieGraphDefaultRenderer.h" |
Syntax
struct FCameraInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowCameraAspectRatio | Should we respect the camera's aspect ratio settings. | |
| bool | bUseCameraManagerPostProcess | If true, we use the Post Process data from the Camera Manager, instead of deriving it from the camera location. | |
| FString | CameraName | The name to use for the {camera_name} token. Filled out by the renderer where possible. | |
| float | DoFSensorScale | Questionable if these are fcamerainfo | |
| FVector2D | ProjectionMatrixJitterAmount | Sub-pixel jitter this camera should use. Only applied when using no AA. | |
| FMovieGraphSamplingParams | SamplingParams | ||
| FMovieGraphTilingParams | TilingParams | ||
| AActor * | ViewActor | The actor that is considered the "owner" of the view. | |
| FMinimalViewInfo | ViewInfo | Minimal view info describing the position and orientation in the world. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCameraInfo () |