FPropertyEditorModule::FindDetailView

Find an existing detail view

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 TSharedPtr< class IDetailsView > FindDetailView
(
    const FName ViewIdentifier
) const

Remarks

Find an existing detail view

Returns

The existing detail view, or null if it wasn't found

Parameters

Parameter

Description

ViewIdentifier

The name of the details view to find