Navigation
Unreal Engine C++ API Reference > Developer > Settings > ISettingsModule
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsModule.h |
Include | #include "ISettingsModule.h" |
void GetContainerNames ( [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & OutNames ) const
Remarks
Gets the names of all known setting containers.
Parameters
Name | Description |
---|---|
OutNames | Will contain the collection of names. |