Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Sets the archive directory.
| Name | SetArchiveDirectory |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetArchiveDirectory
(
const FString & Dir
)
Parameters
| Name | Remarks |
|---|---|
| Dir | The archive directory to set. |