Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | FRenderTargetInitParams |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDefaultRenderer.h |
| Include Path | #include "Graph/MovieGraphDefaultRenderer.h" |
Syntax
struct FRenderTargetInitParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRenderTargetInitParams() |
Graph/MovieGraphDefaultRenderer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bForceLinearGamma | bool | Graph/MovieGraphDefaultRenderer.h | ||
| bIncludeInPreviewWindow | bool | Whether this render target is shown in the "preview" window that displays during a render. | Graph/MovieGraphDefaultRenderer.h | |
| PixelFormat | EPixelFormat | Graph/MovieGraphDefaultRenderer.h | ||
| Size | FIntPoint | Graph/MovieGraphDefaultRenderer.h | ||
| TargetGamma | float | Graph/MovieGraphDefaultRenderer.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FRenderTargetInitParams& InRHS |
Graph/MovieGraphDefaultRenderer.h | ||
bool operator==
(
const FRenderTargetInitParams& InRHS |
Graph/MovieGraphDefaultRenderer.h |