FPropertyEditorModule::CreateDetailView

Creates a new 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 TSharedRef< class IDetailsView > CreateDetailView
(
    const struct FDetailsViewArgs & DetailsViewArgs
)

Remarks

Creates a new detail view

Returns

The new detail view

Parameters

Parameter

Description

DetailsViewArgs

The struct containing all the user definable details view arguments

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