Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void QueueDiscoveredPackage
(
UE::Cook::FPackageData& PackageData, |
CookOnTheSide/CookOnTheFlyServer.h | ||
void QueueDiscoveredPackage
(
UE::Cook::FPackageData& PackageData, |
Inspect the given package and queue it for saving if necessary. | CookOnTheSide/CookOnTheFlyServer.h |
QueueDiscoveredPackage(UE::Cook::FPackageData &, UE::Cook::FInstigator &&, UE::Cook::FDiscoveredPlatformSet &&)
| Name | QueueDiscoveredPackage |
| 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 QueueDiscoveredPackage
(
UE::Cook::FPackageData & PackageData,
UE::Cook::FInstigator && Instigator,
UE::Cook::FDiscoveredPlatformSet && ReachablePlatforms
)
QueueDiscoveredPackage(UE::Cook::FPackageData &, UE::Cook::FInstigator &&, UE::Cook::FDiscoveredPlatformSet &&, UE::Cook::EUrgency, UE::Cook::FGenerationHelper *)
Description
Inspect the given package and queue it for saving if necessary.
| Name | QueueDiscoveredPackage |
| 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 QueueDiscoveredPackage
(
UE::Cook::FPackageData & PackageData,
UE::Cook::FInstigator && Instigator,
UE::Cook::FDiscoveredPlatformSet && ReachablePlatforms,
UE::Cook::EUrgency Urgency,
UE::Cook::FGenerationHelper * ParentGenerationHelper
)
Parameters
| Name | Remarks |
|---|---|
| PackageData | The PackageData to be considered for saving. |