IStructCustomization::CustomizeStructHeader

Called when the header of the struct (usually where the name of the struct and information about the struct as a whole is added) If nothing is added to the row, the header is not displayed

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IPropertyTypeCustomization.h"

Syntax

void CustomizeStructHeader
(
    TSharedRef< IPropertyHandle > StructPropertyHandle,
    class FDetailWidgetRow & HeaderRow,
    IStructCustomizationUtils & StructCustomizationUtils
)

Remarks

Called when the header of the struct (usually where the name of the struct and information about the struct as a whole is added) If nothing is added to the row, the header is not displayed

Parameters

Parameter

Description

StructPropertyHandle

Handle to the struct property

HeaderRow

A row that widgets can be added to

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