UCookOnTheFlyServer::RequestPackage

RequestPackage to be cooked This function can only be called while the cooker is in cook by the book mode

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

bool RequestPackage
(
    const FName & StandardPackageFName,
    const bool bForceFrontOfQueue
)

Remarks

RequestPackage to be cooked This function can only be called while the cooker is in cook by the book mode

Parameters

Parameter

Description

StandardPackageFName

name of the package in standard format as returned by FPaths::MakeStandardFilename

bForceFrontOfQueue

should we put this package in the front of the cook queue (next to be processed) or at the end

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