Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedRef< SWindow > CreateFloatingDetailsView
&40;
const TArray< UObject &42; > & InObjects,
bool bIsLockable
&41;
Remarks
Convenience method for creating a new floating details window (a details view with its own top level window) The new details view window.
Parameters
| Name | Description |
|---|---|
| InObjects | The objects to create the detail view for. |
| bIsLockable | True if the property view can be locked. |