FModelingToolsBrushSizeCustomization::CustomizeChildren

Called when the children of the property should be customized or extra rows added

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IPropertyTypeCustomization::CustomizeChildren()

FModelingToolsBrushSizeCustomization::CustomizeChildren()

References

Module

ModelingToolsEditorMode

Header

/Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/DetailsCustomizations/ModelingToolsBrushSizeCustomization.h

Include

#include "DetailsCustomizations/ModelingToolsBrushSizeCustomization.h"

Source

/Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Private/DetailsCustomizations/ModelingToolsBrushSizeCustomization.cpp

Syntax

virtual void CustomizeChildren
(
    TSharedRef< IPropertyHandle > PropertyHandle,
    class IDetailChildrenBuilder & ChildBuilder,
    IPropertyTypeCustomizationUtils & CustomizationUtils
)

Remarks

Called when the children of the property should be customized or extra rows added

Parameters

Parameter

Description

PropertyHandle

Handle to the property being customized

StructBuilder

A builder for adding children

StructCustomizationUtils

Utilities for customization