Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer > API/Editor/UnrealEd/UCookOnTheFlyServer/FPollable
Description
Run the pollable's callback function now. Note this means running it outside of its normal location which is not valid for all pollables. PumpPollables is not thread safe, so this must be called on the scheduler thread.
| Name | RunNow |
| 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 RunNow
(
UCookOnTheFlyServer & COTFS
)