Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailChildrenBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include | #include "IDetailChildrenBuilder.h" |
TSharedRef< SWidget > GenerateStructValueWidget
&40;
TSharedRef< IPropertyHandle > StructPropertyHandle
&41;
Remarks
Generates a value widget from a customized struct If the customized struct has no value widget an empty widget will be returned
Parameters
| Name | Description |
|---|---|
| StructPropertyHandle | The handle to the struct property to generate the value widget from |