ISettingsSection::Import

Imports the settings in this section from the specified file.

Unreal Engine C++ API Reference > Developer > Settings > ISettingsSection

References

   
Module Settings
Header /Engine/Source/Developer/Settings/Public/ISettingsSection.h
Include #include "ISettingsSection.h"
bool Import
(
    const [FString](API\Runtime\Core\Containers\FString) & Filename
)

Remarks

Imports the settings in this section from the specified file. true if the settings were imported, false otherwise.

Parameters

Name Description
Filename The path to the file.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library