ISettingsContainer::GetCategory

Gets the category with the specified name.

Windows
MacOS
Linux

References

Module

Settings

Header

/Engine/Source/Developer/Settings/Public/ISettingsContainer.h

Include

#include "ISettingsContainer.h"

Syntax

TSharedPtr< ISettingsCategory > GetCategory
(
    const FName & CategoryName
) const

Remarks

Gets the category with the specified name.

Returns

The category, or nullptr if it doesn't exist.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss