Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer > API/Editor/UnrealEd/UCookOnTheFlyServer/FPollable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPollable
(
const TCHAR* InDebugName, |
CookOnTheSide/CookOnTheFlyServer.h | ||
FPollable
(
const TCHAR* InDebugName, |
CookOnTheSide/CookOnTheFlyServer.h |
FPollable(const TCHAR *, EManualTrigger, FPollFunction &&)
| Name | FPollable |
| 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 |
FPollable
(
const TCHAR * InDebugName,
EManualTrigger,
FPollFunction && InFunction
)
FPollable(const TCHAR *, float, float, FPollFunction &&)
| Name | FPollable |
| 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 |
FPollable
(
const TCHAR * InDebugName,
float InPeriodSeconds,
float InPeriodIdleSeconds,
FPollFunction && InFunction
)