ISettingsModule::GetContainer

Gets the global settings container with the specified name.

Windows
MacOS
Linux

References

Module

Settings

Header

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

Include

#include "ISettingsModule.h"

Syntax

TSharedPtr< ISettingsContainer > GetContainer
(
    const FName & ContainerName
)

Remarks

Gets the global settings container with the specified name.

Returns

The settings container, or nullptr if it doesn't exist.

Parameters

Parameter

Description

ContainerName

The name of the container to get.

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