ISettingsCategory

Interface for setting categories.

Windows
MacOS
Linux

References

Module

Settings

Header

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

Include

#include "ISettingsCategory.h"

Syntax

class ISettingsCategory

Remarks

Interface for setting categories.

A setting category is a collection of setting sections that logically belong together (i.e. all project settings or all platform settings). Each section then contains the actual settings in the form of UObject properties.

Destructors

Name Description

Public function Virtual

~ISettingsCategory()

Virtual destructor.

Functions

Name Description

Public function Const

const FText ...

 

GetDescription()

Gets the category's localized description text.

Public function Const

const FText ...

 

GetDisplayName()

Gets the category's localized display name.

Public function Const

const FName ...

 

GetName()

Gets the category's name.

Public function Const

TSharedPtr< ...

 

GetSection

(
    const FName& SectionName
)

Gets the settings section with the specified name.

Public function Const

int32

 

GetSections

Gets the setting sections contained in this category.

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