Navigation
API > API/Plugins > API/Plugins/ColorGradingEditor
Interface for custom selection handlers that can receive selection events from the color grading drawer's mixer
| |
|
| Name |
IColorGradingMixerSelectionHandler |
| Type |
struct |
| Header File |
/Engine/Plugins/Editor/ColorGrading/Source/ColorGradingEditor/Public/ColorGradingMixerObjectFilterRegistry.h |
| Include Path |
#include "ColorGradingMixerObjectFilterRegistry.h" |
Syntax
struct IColorGradingMixerSelectionHandler : public TSharedFromThis< IColorGradingMixerSelectionHandler >
Inheritance Hierarchy
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~IColorGradingMixerSelectionHandler()
|
|
ColorGradingMixerObjectFilterRegistry.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnSelectionChanged |
TBaseDelegate_NoParams< void > |
|
ColorGradingMixerObjectFilterRegistry.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnSelectionChanged |
FOnSelectionChanged |
Delegate that can be invoked to cause the color grading mixer to re-synchronize its selection to the editor's selection |
ColorGradingMixerObjectFilterRegistry.h |
|
Functions