FPropertyEditorModule::CreateFloatingDetailsView

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss