ISettingsModule::GetContainerNames

Gets the names of all known setting containers.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library