Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Inspect the next package in the RequestQueue and push it on to its next state. Report the number of PackageDatas that were pushed to load.
| Name | PumpRequests |
| 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 PumpRequests
(
UE::Cook::FTickStackData & StackData,
int32 & OutNumPushed
)