FColorStructCustomization::MakeHeaderRow

Makes the header row for the customization

Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations > FColorStructCustomization

References

   
Module DetailCustomizations
Header /Engine/Source/Editor/DetailCustomizations/Public/Customizations/ColorStructCustomization.h
Include #include "Customizations/ColorStructCustomization.h"
Source /Engine/Source/Editor/DetailCustomizations/Private/ColorStructCustomization.cpp
virtual void MakeHeaderRow
(
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IPropertyHandle](API\Editor\PropertyEditor\IPropertyHandle) > & StructPropertyHandle,
    [FDetailWidgetRow](API\Editor\PropertyEditor\FDetailWidgetRow) & Row
)

Remarks

Makes the header row for the customization

Parameters

Name Description
StructPropertyHandle Handle to the struct property
Row The header row to add widgets to

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library