Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
A node which configures sampling properties for renderers.
| Name | UMovieGraphSamplingMethodNode |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSamplingMethodNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphSamplingMethodNode.h" |
Syntax
UCLASS ()
class UMovieGraphSamplingMethodNode : public UMovieGraphSettingNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphNode → UMovieGraphSettingNode → UMovieGraphSamplingMethodNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphSamplingMethodNode() |
Graph/Nodes/MovieGraphSamplingMethodNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverride_SamplingMethodClass | uint8 | Graph/Nodes/MovieGraphSamplingMethodNode.h |
|
|
| bOverride_TemporalSampleCount | uint8 | Graph/Nodes/MovieGraphSamplingMethodNode.h |
|
|
| SamplingMethodClass | FSoftClassPath | The type of sampling the render should use. | Graph/Nodes/MovieGraphSamplingMethodNode.h |
|
| TemporalSampleCount | int32 | The number of temporal samples which should be taken on one frame. Applies only to linear sampling. | Graph/Nodes/MovieGraphSamplingMethodNode.h |
Functions
Public
Overridden from UMovieGraphSettingNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual 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. | Graph/Nodes/MovieGraphSamplingMethodNode.h | |
virtual void UpdateTelemetry
(
FMoviePipelineShotRenderTelemetry* InTelemetry |
Updates telemetry data for this node. | Graph/Nodes/MovieGraphSamplingMethodNode.h |
Overridden from UMovieGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMovieGraphBranchRestriction GetBranchRestriction() |
Determines which types of branches the node can be created in. | Graph/Nodes/MovieGraphSamplingMethodNode.h | |
virtual FSlateIcon GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | Graph/Nodes/MovieGraphSamplingMethodNode.h | |
virtual FText GetMenuCategory() |
Gets the category that the node belongs under. | Graph/Nodes/MovieGraphSamplingMethodNode.h | |
virtual FText GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | Graph/Nodes/MovieGraphSamplingMethodNode.h | |
virtual FLinearColor GetNodeTitleColor() |
Gets the node's title color, as visible in the graph. | Graph/Nodes/MovieGraphSamplingMethodNode.h |