Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IStructureDetailsView
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IStructureDetailsView.h |
| Include | #include "IStructureDetailsView.h" |
void SetStructureProvider
&40;
TSharedPtr< class IStructureDataProvider > StructProvider
&41;
Remarks
Set the structure data to be displayed in this view.
Parameters
| Name | Description |
|---|---|
| StructProvider | Provider of the the structure data to display. |