IDetailChildrenBuilder::AddCustomRow

Adds new custom content as a child to the struct

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailChildrenBuilder.h"

Syntax

FDetailWidgetRow & AddCustomRow
(
    const FText & SearchString
)

Remarks

Adds new custom content as a child to the struct

Returns

A row that accepts widgets

Parameters

Parameter

Description

SearchString

Search string that will be matched when users search in the details panel. If the search string doesnt match what the user types, this row will be hidden

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