ILauncherProfile::RemoveCookedPlatform

Removes a platform from the cook list.

Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfile

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h
Include #include "ILauncherProfile.h"
void RemoveCookedPlatform
(
    const [FString](API\Runtime\Core\Containers\FString) & PlatformName
)

Remarks

Removes a platform from the cook list.

Parameters

Name Description
PlatformName The name of the platform to remove.

See Also

AddBuildPlatform

ClearCookedPlatforms

GetBuildPlatforms


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library