Navigation
Unreal Engine C++ API Reference > Developer > Settings > ISettingsModule
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsModule.h |
Include | #include "ISettingsModule.h" |
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ISettingsContainer](API\Developer\Settings\ISettingsContainer) > GetContainer ( const [FName](API\Runtime\Core\UObject\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. |