Navigation
API > API/Plugins > API/Plugins/ColorGradingEditor
Display Cluster Color Grading module interface
| Name | IColorGradingEditor |
| Type | class |
| Header File | /Engine/Plugins/Editor/ColorGrading/Source/ColorGradingEditor/Public/IColorGradingEditor.h |
| Include Path | #include "IColorGradingEditor.h" |
Syntax
class IColorGradingEditor : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IColorGradingEditor() |
IColorGradingEditor.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModuleName | const TCHAR * | IColorGradingEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetColorGradingTabSpawnerId() |
Get the ID of the main color grading tab | IColorGradingEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IColorGradingEditor & Get () |
Singleton-like access to this module's interface. | IColorGradingEditor.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IColorGradingEditor.h |