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