IDetailCategoryBuilder::AddCustomBuilder

Adds a custom builder to the category (for more complicated layouts)

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

void AddCustomBuilder
(
    TSharedRef< IDetailCustomNodeBuilder > InCustomBuilder,
    bool bForAdvanced
)

Remarks

Adds a custom builder to the category (for more complicated layouts)

Parameters

Parameter

Description

InCustomBuilder

The custom builder to add

bForAdvanced

true if this builder is for the advanced section of the category

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