FConsolidateToolWindow::AddConsolidationObjects

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

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/ConsolidateWindow.h

Include

#include "ConsolidateWindow.h"

Source

/Engine/Source/Editor/UnrealEd/Private/ConsolidateWindow.cpp

Syntax

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

Parameter

Description

InObjects

Objects to attempt to add to the panel

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss