Navigation
API > API/Plugins > API/Plugins/ColorGradingEditor > API/Plugins/ColorGradingEditor/SColorGradingPanel
Description
Set the list of selected objects, updating state and data model as appropriate. If ControlledObjects is provided, only the objects in that array will be used to display the color grading wheels. Otherwise, the controlled objects will use the contents of SelectedObjects.
| Name | SetSelectedObjects |
| Type | function |
| Header File | /Engine/Plugins/Editor/ColorGrading/Source/ColorGradingEditor/Public/SColorGradingPanel.h |
| Include Path | #include "SColorGradingPanel.h" |
| Source | /Engine/Plugins/Editor/ColorGrading/Source/ColorGradingEditor/Private/SColorGradingPanel.cpp |
void SetSelectedObjects
(
const TArray < UObject * > & SelectedObjects,
const TArray < UObject * > * ControlledObjects
)