Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileBuildCookRun
Description
Removes a cooked culture.
| Name | RemoveCookedCulture |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileBuildCookRun.h |
| Include Path | #include "ILauncherProfileBuildCookRun.h" |
void RemoveCookedCulture
(
const FString & CultureName
)
Parameters
| Name | Remarks |
|---|---|
| CultureName | The name of the culture to remove. |