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
(
TArray < TSharedPtr < ISettingsSection > > & OutSections,
bool bIgnoreVisibility
) 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. |