Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailsView
Description
Returns the row number in the underlying TableView for each property being displayed. Note this won't include any properties that are apart of a collapsed section of the property tree because those properties don't have row numbers. If you need a list of all properties independent of expansion state, use GetPropertiesInOrderDisplayed
| Name | GetPropertyRowNumbers |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h |
| Include Path | #include "IDetailsView.h" |
TArray < TPair< int32, FPropertyPath > > GetPropertyRowNumbers() const