UCookOnTheFlyServer::GetUnsolicitedPackages

Get any packages which are in memory, these were probably required to be loaded because of the current package we are cooking, so we should probably cook them also

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h

Include

#include "CookOnTheSide/CookOnTheFlyServer.h"

Source

/Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp

Syntax

TArray< UPackage * > GetUnsolicitedPackages
(
    const TArray< const ITargetPlatform * > & TargetPlatforms
) const

Remarks

Get any packages which are in memory, these were probably required to be loaded because of the current package we are cooking, so we should probably cook them also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss