Navigation
Unreal Engine C++ API Reference > Developer > Settings > ISettingsCategory
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsCategory.h |
Include | #include "ISettingsCategory.h" |
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ISettingsSection](API\Developer\Settings\ISettingsSection) > GetSection ( const [FName](API\Runtime\Core\UObject\FName) & SectionName, bool bIgnoreVisibility ) 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. |