ISettingsCategory::GetSections

Gets the setting sections contained in this category.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library