Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Remove all request data about the given platform from any data in the CookOnTheFlyServer. Called when a platform is removed from the list of session platforms e.g. because it has not been recently used by CookOnTheFly. Does not modify Cooked platforms.
| Name | OnRemoveSessionPlatform |
| 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 OnRemoveSessionPlatform
(
const ITargetPlatform * TargetPlatform,
int32 RemovedIndex
)