Navigation
Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations > FMathStructCustomization
- FMathStructCustomization::MakeHeaderRow()
References
Module | DetailCustomizations |
Header | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h |
Include | #include "Customizations/MathStructCustomizations.h" |
Source | /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.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 |