FPropertyEditorModule::CreateFloatingDetailsView

Convenience method for creating a new floating details window (a details view with its own top level window)

Choose your operating system:

Windows

macOS

Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h

Include

#include "PropertyEditorModule.h"

Source

/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp

Syntax

virtual TSharedRef< SWindow > CreateFloatingDetailsView
(
    const TArray< UObject * > & InObjects,
    bool bIsLockable
)

Remarks

Convenience method for creating a new floating details window (a details view with its own top level window)

Returns

The new details view window.

Parameters

Parameter

Description

InObjects

The objects to create the detail view for.

bIsLockable

True if the property view can be locked.