Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyRowGenerator > API/Editor/PropertyEditor/IPropertyRowGenerator/SetStructure
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyRowGenerator.h |
| Include | #include "IPropertyRowGenerator.h" |
void SetStructure
&40;
const TSharedPtr< FStructOnScope > & InStruct
&41;
Remarks
Sets the structure that should be used to generate rows
Parameters
| Name | Description |
|---|---|
| InStruct | The structure used to generate rows from. |