Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailRootObjectCustomization.h |
| Include | #include "IDetailRootObjectCustomization.h" |
Syntax
struct FDetailsObjectSet
Remarks
Defines a set of objects and a common base class between them for a root object customization
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UClass * | CommonBaseClass | The most common base class between all root objects | |
| TArray< const UObject * > | RootObjects | List of objects that represent the root in the details panel |