Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphSamplingMethodNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSamplingMethodNode.h |
| Include | #include "Graph/Nodes/MovieGraphSamplingMethodNode.h" |
Syntax
UCLASS ()
class UMovieGraphSamplingMethodNode : public UMovieGraphSettingNode
Remarks
A node which configures sampling properties for renderers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bOverride_SamplingMethodClass | ||
| uint8: 1 | bOverride_TemporalSampleCount | ||
| FSoftClassPath | SamplingMethodClass | The type of sampling the render should use. | |
| int32 | TemporalSampleCount | The number of temporal samples which should be taken on one frame. Applies only to linear sampling. |
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. |