ISettingsContainer::GetCategory

Gets the category with the specified name.

Unreal Engine C++ API Reference > Developer > Settings > ISettingsContainer

References

   
Module Settings
Header /Engine/Source/Developer/Settings/Public/ISettingsContainer.h
Include #include "ISettingsContainer.h"
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ISettingsCategory](API\Developer\Settings\ISettingsCategory) > GetCategory
(
    const [FName](API\Runtime\Core\UObject\FName) & CategoryName
) const

Remarks

Gets the category with the specified name. The category, or nullptr if it doesn't exist.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library