Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineColorSetting
References
Module | MovieRenderPipelineCore |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineColorSetting.h |
Include | #include "MoviePipelineColorSetting.h" |
Syntax
UCLASS&40;Blueprintable&41;
class UMoviePipelineColorSetting : public UMoviePipelineSetting
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bDisableToneCurve | If true the Filmic Tone Curve will not be applied. |
![]() ![]() ![]() ![]() |
FOpenColorIODisplayConfiguration | OCIOConfiguration | OCIO config to be passed to OCIO View Extension. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from UMoviePipelineSetting
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FText | Warning: This gets called on the CDO of the object | |
![]() ![]() ![]() |
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. |