Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineDebugSettings
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineDebugSettings.h |
| Include | #include "MoviePipelineDebugSettings.h" |
Syntax
UCLASS&40;Blueprintable&41;
class UMoviePipelineDebugSettings : public UMoviePipelineSetting
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCaptureFramesWithRenderDoc | If true, automatically trigger RenderDoc to capture rendering information for frames from CaptureStartFrame to CaptureEndFrame, inclusive | |
| bool | bCaptureUnrealInsightsTrace | If true, automatically capture an Unreal Insights trace file for the duration of the render. | |
| bool | bWriteAllSamples | If true, we will write all samples that get generated to disk individually. | |
| int32 | CaptureFrame | Used when capturing rendering information with RenderDoc. In Display Rate frames. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if both the RenderCapture modular feature is available and the user has enabled capturing with RenderDoc |
Overridden from UMoviePipelineSetting
| Type | Name | Description | |
|---|---|---|---|
| bool | Can this setting be disabled? UI only. | ||
| FText | Warning: This gets called on the CDO of the object | ||
| FText | GetFooterText
(
UMoviePipelineExecutorJob* InJob |
Return a string to show in the footer of the details panel. | |
| bool | Can this configuration setting be added to the primary configuration? If not, it will throw an error when trying to add it to the primary configuration. | ||
| bool | Can this configuration setting be added to shots? If not, it will throw an error when trying to add it to a shot config. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEditChange
(
const FProperty* InProperty |
Called by the editor to query whether a property of this object is allowed to be modified. |