Navigation
API > API/Plugins > API/Plugins/OpenColorIO
Contains all the information needed to uniquely identify a FOpenColorIOShaderMapID.
| Name | FOpenColorIOShaderMapId |
| Type | class |
| Header File | /Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOShared.h |
| Include Path | #include "OpenColorIOShared.h" |
Syntax
class FOpenColorIOShaderMapId
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOpenColorIOShaderMapId() |
OpenColorIOShared.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FOpenColorIOShaderMapId() |
OpenColorIOShared.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | FOpenColorIOShaderMapId | OpenColorIOShared.h | |
| InternalBaseType | typename TGetBaseTypeHelper< FOpenColorIOShaderMapId >::Type | OpenColorIOShared.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CounterBase | int | OpenColorIOShared.h | |
| InterfaceType | ETypeLayoutInterface::Type | OpenColorIOShared.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FMemoryImageStringShaderCodeAndConfigHash | The hash computed from the shader code has and config hash. | OpenColorIOShared.h | ||
| FPlatformTypeLayoutParametersLayoutParams | Type layout parameters of the memory image | OpenColorIOShared.h | ||
| ShaderTypeDependencies | TMemoryImageArray< FShaderTypeDependency > | Shader types of shaders that are inlined in this shader map in the DDC. | OpenColorIOShared.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendKeyString
(
FString& OutKeyString |
Appends string representations of this Id to a key string. | OpenColorIOShared.h | |
bool ContainsShaderType
(
const FShaderType* ShaderType |
Returns true if the requested shader type is a dependency of this shader map Id. | OpenColorIOShared.h | |
void GetOpenColorIOHash
(
FSHAHash& OutHash |
Hashes the color transform-specific part of this shader map Id. | OpenColorIOShared.h | |
SIZE_T GetSizeBytes() |
OpenColorIOShared.h | ||
const FTypeLayoutDesc & GetTypeLayout() |
OpenColorIOShared.h | ||
void SetShaderDependencies
(
const TArray< FShaderType* >& InShaderTypes, |
OpenColorIOShared.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void InternalDestroy
(
void* Object, |
OpenColorIOShared.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
OpenColorIOShared.h | ||
static FTypeLayoutDesc & StaticGetTypeLayout() |
OpenColorIOShared.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FOpenColorIOShaderMapId& InReferenceSet |
OpenColorIOShared.h | ||
bool operator==
(
const FOpenColorIOShaderMapId& InReferenceSet |
Tests this set against another for equality, disregarding override settings. | OpenColorIOShared.h |