Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer > API/Editor/UnrealEd/UCookOnTheFlyServer/FPollableQueueKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CookOnTheSide/CookOnTheFlyServer.h | |||
FPollableQueueKey
(
FPollable* InPollable |
CookOnTheSide/CookOnTheFlyServer.h | ||
FPollableQueueKey
(
const TRefCountPtr< FPollable >& InPollable |
CookOnTheSide/CookOnTheFlyServer.h | ||
FPollableQueueKey
(
TRefCountPtr< FPollable >&& InPollable |
CookOnTheSide/CookOnTheFlyServer.h |
FPollableQueueKey()
| Name | FPollableQueueKey |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include Path | #include "CookOnTheSide/CookOnTheFlyServer.h" |
FPollableQueueKey()
FPollableQueueKey(FPollable *)
| Name | FPollableQueueKey |
| 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 |
FPollableQueueKey
(
FPollable * InPollable
)
FPollableQueueKey(const TRefCountPtr< FPollable > &)
| Name | FPollableQueueKey |
| 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 |
FPollableQueueKey
(
const TRefCountPtr < FPollable > & InPollable
)
FPollableQueueKey(TRefCountPtr< FPollable > &&)
| Name | FPollableQueueKey |
| 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 |
FPollableQueueKey
(
TRefCountPtr < FPollable > && InPollable
)