Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Assign the requests found in PumpRequests; either pushing them to ReadyRequests if SingleProcess Cook or to CookWorkers if MultiProcess. Input Requests have been sorted by leaf to root load order.
| Name | AssignRequests |
| 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 AssignRequests
(
TArrayView < UE::Cook::FPackageData * > Requests,
UE::Cook::FRequestQueue & RequestQueue,
TMap < UE::Cook::FPackageData *, TArray < UE::Cook::FPackageData * > > && RequestGraph
)