Navigation
Unreal Engine C++ API Reference > Developer > Settings > ISettingsCategory
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsCategory.h |
Include | #include "ISettingsCategory.h" |
int32 GetSections ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ISettingsSection](API\Developer\Settings\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. |