IStructCustomization::CustomizeStructChildren

Called when the children of the struct should be customized

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IPropertyTypeCustomization.h"

Syntax

void CustomizeStructChildren
(
    TSharedRef< IPropertyHandle > StructPropertyHandle,
    class IDetailChildrenBuilder & ChildBuilder,
    IStructCustomizationUtils & StructCustomizationUtils
)

Remarks

Called when the children of the struct should be customized

Parameters

Parameter

Description

StructPropertyHandle

Handle to the struct property

StructBuilder

A builder for customizing the struct children

StructCustomizationUtils

Utilities for struct customization

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