Navigation
API > API/Plugins > API/Plugins/CustomDetailsView > API/Plugins/CustomDetailsView/ICustomDetailsView
References
| Module | CustomDetailsView |
| Header | /Engine/Plugins/Experimental/CustomDetailsView/Source/CustomDetailsView/Public/ICustomDetailsView.h |
| Include | #include "ICustomDetailsView.h" |
TSharedRef< STreeView < TSharedPtr< ICustomDetailsViewItem > > > MakeSubTree
(
const TArray< TSharedPtr< ICustomDetailsViewItem > > * InSourceItems
) const
Remarks
Make a Sub Tree View for the Given Root Item Id the tree widget if the Root Item Id was found
Parameters
| Name | Description |
|---|---|
| InSourceItems | pointer to the array of items that will be the top level items of the tree, these need to be valid for the duration of the Tree View lifetime |