Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FConsolidateToolWindow
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ConsolidateWindow.h |
| Include | #include "ConsolidateWindow.h" |
static void AddConsolidationObjects
(
const TArray < UObject * > & InObjects,
UObject * SelectedItem
)
Remarks
Attempt to add the provided objects to the consolidation panel; Only adds objects which are compatible with objects already existing within the panel, if any
Parameters
| Name | Description |
|---|---|
| InObjects | Objects to attempt to add to the panel |