Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Some content plugins does not support all target platforms. Build up a map of unsupported packages per platform that can be checked before saving. const because it is not always called and should avoid side effects
| Name | DiscoverPlatformSpecificNeverCookPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include Path | #include "CookOnTheSide/CookOnTheFlyServer.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp |
void DiscoverPlatformSpecificNeverCookPackages
(
const TArrayView < const ITargetPlatform *const > & TargetPlatforms,
const TArray < FString > & UBTPlatformStrings,
UE::Cook::FBeginCookConfigSettings & Settings
) const