ISettingsModule::GetContainerNames

Gets the names of all known setting containers.

Windows
MacOS
Linux

References

Module

Settings

Header

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

Include

#include "ISettingsModule.h"

Syntax

void GetContainerNames
(
    TArray< FName > & OutNames
) const

Remarks

Gets the names of all known setting containers.

Parameters

Parameter

Description

OutNames

Will contain the collection of names.

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