Navigation
API > API/Developer > API/Developer/Settings > API/Developer/Settings/ISettingsModule
References
| Module | Settings |
| Header | /Engine/Source/Developer/Settings/Public/ISettingsModule.h |
| Include | #include "ISettingsModule.h" |
TSharedPtr < ISettingsContainer > GetContainer
(
const FName & ContainerName
)
Remarks
Gets the global settings container with the specified name. The settings container, or nullptr if it doesn't exist.
Parameters
| Name | Description |
|---|---|
| ContainerName | The name of the container to get. |