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