Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfile
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
Include | #include "ILauncherProfile.h" |
void AddCookedCulture ( const [FString](API\Runtime\Core\Containers\FString) & CultureName )
Remarks
Adds a culture to cook (only used if cooking by the book).
Parameters
Name | Description |
---|---|
CultureName | The name of the culture to cook. |