Navigation
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 |