Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
Include |
#include "PropertyEditorModule.h" |
Source |
/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedRef< SWindow > CreateFloatingDetailsView
(
const TArray< UObject * > & InObjects,
bool bIsLockable
)
Convenience method for creating a new floating details window (a details view with its own top level window)
The new details view window.
Parameter |
Description |
---|---|
InObjects |
The objects to create the detail view for. |
bIsLockable |
True if the property view can be locked. |