Navigation
API > API/Plugins > API/Plugins/OpenColorIO
| Name | FOpenColorIODisplayView |
| Type | struct |
| Header File | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOColorSpace.h |
| Include Path | #include "OpenColorIOColorSpace.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="OpenColorIO Display View"))
struct FOpenColorIODisplayView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | OpenColorIOColorSpace.h | ||
FOpenColorIODisplayView
(
FStringView InDisplayName, |
Create and initialize a new instance. | OpenColorIOColorSpace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FString | Display-view (transform) description. | OpenColorIOColorSpace.h | |
| Display | FString | Display name. | OpenColorIOColorSpace.h |
|
| View | FString | View name. | OpenColorIOColorSpace.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Return true if the index and name have been set properly | OpenColorIOColorSpace.h | |
void Reset() |
Reset members to default/empty values. | OpenColorIOColorSpace.h | |
FString ToString() |
OpenColorIOColorSpace.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FOpenColorIODisplayView& Other |
OpenColorIOColorSpace.h | ||
bool operator==
(
const FOpenColorIODisplayView& Other |
OpenColorIOColorSpace.h |