Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphCameraSettingNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphCameraNode.h |
| Include | #include "Graph/Nodes/MovieGraphCameraNode.h" |
Syntax
UCLASS ()
class UMovieGraphCameraSettingNode : public UMovieGraphSettingNode
Remarks
A node which configures global camera settings that are shared among all renders.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bOverride_OverscanPercentage | ||
| uint8: 1 | bOverride_ShutterTiming | ||
| float | OverscanPercentage | Overscan percent enables rendering render additional pixels beyond the set resolution and can be used in conjunction with EXR file output to add post-processing effects such as lens distortion. | |
| EMoviePipelineShutterTiming | ShutterTiming | Shutter Timing allows you to bias the timing of your shutter angle to either be before, during, or after a frame. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieGraphSettingNode
| Type | Name | Description | |
|---|---|---|---|
| void | GetFormatResolveArgs
(
FMovieGraphResolveArgs& OutMergedFormatArgs, |
This is called either on the CDO, or on a "flattened" instance of the node every frame when generating filename/file metadata, allowing the node to add custom key-value pairs (FString, FString) to be used as {format_tokens} in filenames, or to be included in File metadata. |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| EMovieGraphBranchRestriction | Determines which types of branches the node can be created in. | ||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | |
| FText | Gets the category that the node belongs under. | ||
| FText | GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | |
| FLinearColor | Gets the node's title color, as visible in the graph. |