Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileBuildCookRun
Description
Adds a culture to cook (only used if cooking by the book).
| Name | AddCookedCulture |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileBuildCookRun.h |
| Include Path | #include "ILauncherProfileBuildCookRun.h" |
void AddCookedCulture
(
const FString & CultureName
)
Parameters
| Name | Remarks |
|---|---|
| CultureName | The name of the culture to cook. |
See Also
-
ClearCookedCultures
-
GetCookedCultures
-
RemoveCookedCulture