| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/IDetailRootObjectCustomization.h |
Include |
#include "IDetailRootObjectCustomization.h" |
class IDetailRootObjectCustomization : public TSharedFromThis< IDetailRootObjectCustomization >
Interface for any class that lays out details for a specific class
Name | Description | |
---|---|---|
|
~IDetailRootObjectCustomization() |
Name | Description | ||
---|---|---|---|
|
bool |
AreObjectsVisible ( |
Whether or not the objects and all of its children should be visible in the details panel |
|
TSharedPtr< ... |
CustomizeObjectHeader ( |
Called when the details panel wants to display an object header widget for a given object |
|
TSharedPtr< ... |
CustomizeObjectHeader ( |
Called when the details panel wants to display an object header widget for a given object |
|
EExpansionAr... |
GetExpansionArrowUsage() |
Gets the setup for expansion arrows in this customization |
|
bool |
ShouldDisplayHeader ( |
Whether or not the object should have a header displayed or just show the children directly |
Name |
Description |
|
---|---|---|
|
EExpansionArrowUsage |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
CustomizeObjectHeader ( |
Please use the CustomizeObjectHeader version which takes in an array of root objects |
|
TSharedPtr< ... |
CustomizeObjectHeader ( |
Please use the CustomizeObjectHeader version which takes in an array of root objects |
|
bool |
IsObjectVisible ( |
Please use the AreObjectsVisible instead |
|
bool |
ShouldDisplayHeader ( |
Please use the ShouldDisplayHeader version which takes in an array of objects instead |