Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FMaterialItemView
Description
Get Property Row Extenssion Arguments. The extension arguments is needed to add button or custom widget to property row.
| Name | GetGlobalRowExtensionArgs |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/MaterialList.h |
| Include Path | #include "MaterialList.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/MaterialList.cpp |
FOnGenerateGlobalRowExtensionArgs GetGlobalRowExtensionArgs
(
IDetailLayoutBuilder & InDetailBuilder,
UActorComponent * InCurrentComponent
) const
Generate Global Row Extension Args
Parameters
| Name | Remarks |
|---|---|
| InDetailBuilder | The builder for laying custom details. |
| InCurrentComponent | The current component using the current material. |