Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphDebugSettingNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphDebugNode.h |
| Include | #include "Graph/Nodes/MovieGraphDebugNode.h" |
Syntax
UCLASS ()
class UMovieGraphDebugSettingNode : public UMovieGraphSettingNode
Remarks
A node which configures various debug settings that may be useful when debugging an issue.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCaptureFramesWithRenderDoc | If true, automatically trigger RenderDoc to capture rendering information. | |
| bool | bCaptureUnrealInsightsTrace | If true, automatically capture an Unreal Insights trace file for the duration of the render. | |
| uint8: 1 | bOverride_bCaptureFramesWithRenderDoc | ||
| uint8: 1 | bOverride_bCaptureUnrealInsightsTrace | ||
| uint8: 1 | bOverride_UnrealInsightsTraceFileNameFormat | ||
| FString | UnrealInsightsTraceFileNameFormat | If true, automatically capture an Unreal Insights trace file for the duration of the render. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
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. |