FPropertyEditorModule::FindDetailView

Find an existing detail view

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

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