Navigation
API > API/Developer > API/Developer/Settings > API/Developer/Settings/ISettingsCategory
References
| Module | Settings |
| Header | /Engine/Source/Developer/Settings/Public/ISettingsCategory.h |
| Include | #include "ISettingsCategory.h" |
int32 GetSections
&40;
TArray< TSharedPtr< ISettingsSection >> & OutSections,
bool bIgnoreVisibility
&41; const
Remarks
Gets the setting sections contained in this category. The number of sections returned.
Parameters
| Name | Description |
|---|---|
| OutSections | Will hold the collection of sections. |