Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer > API/Editor/UnrealEd/UCookOnTheFlyServer/FPollable
Description
Run the pollable's callback function, from PumpPollables. Calculate the new time and store it in the output.
| Name | RunDuringPump |
| 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 RunDuringPump
(
UE::Cook::FTickStackData & StackData,
double & OutNewCurrentTime,
double & OutNextTimeSeconds
)