Navigation
API > API/Plugins > API/Plugins/OpenColorIO
References
Module | OpenColorIO |
Header | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOColorSpace.h |
Include | #include "OpenColorIOColorSpace.h" |
Syntax
USTRUCT&40;BlueprintType, Meta&61;&40;DisplayName&61;"OpenColorIO Color Conversion Settings"&41;&41;
struct FOpenColorIOColorConversionSettings
Remarks
Identifies a OCIO ColorSpace conversion.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
TObjectPtr< UOpenColorIOConfiguration > | ConfigurationSource | The source color space name. |
![]() ![]() ![]() ![]() |
FOpenColorIOColorSpace | DestinationColorSpace | The destination color space name. |
![]() ![]() ![]() ![]() |
FOpenColorIODisplayView | DestinationDisplayView | The destination display view name. |
![]() ![]() ![]() ![]() |
EOpenColorIOViewTransformDirection | DisplayViewDirection | The display view direction. |
![]() ![]() ![]() ![]() |
FOpenColorIOColorSpace | SourceColorSpace | The source color space name. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Equals
(
const FOpenColorIOColorConversionSettings& Other |
Determines if this ColorConversionSettings is the same as another. |
![]() ![]() |
FString | Returns a string representing the settings' destination | |
![]() ![]() |
FString | Returns a string representing the settings' source | |
![]() ![]() |
bool | Whether or not these settings are of the display-view type. | |
![]() ![]() |
bool | IsValid () |
Returns true if the source and destination color spaces are found in the configuration file |
![]() |
void | PostSerialize
(
const FArchive& Ar |
|
![]() |
void | Reset
(
bool bResetConfigurationSource |
Reset members to default/empty values. |
![]() ![]() |
FString | ToString () |
Get a string representation of this conversion. |
![]() |
void | Ensure that the selected source and destination color spaces are valid, resets them otherwise. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator!=
(
const FOpenColorIOColorConversionSettings& Other |
|
![]() ![]() |
bool | operator==
(
const FOpenColorIOColorConversionSettings& Other |
Typedefs
Name | Description |
---|---|
FOnConversionSettingsChange |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FOnConversionSettingsChange & | This delegate is deprecated. |