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" |
TSharedPtr< ISettingsSection > GetSection
&40;
const FName & SectionName,
bool bIgnoreVisibility
&41; const
Remarks
Gets the settings section with the specified name. The settings section, or nullptr if it doesn't exist.
Parameters
Name | Description |
---|---|
SectionName | The name of the section to get. |