IDetailCategoryBuilder::AddCustomRow

Adds a custom widget row to the category

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

FDetailWidgetRow & AddCustomRow
(
    const FText & FilterString,
    bool bForAdvanced
)

Remarks

Adds a custom widget row to the category

Parameters

Parameter

Description

FilterString

A string which is used to filter this custom row when a user types into the details panel search box

bForAdvanced

Whether the widget should appear in the advanced section

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