UCookOnTheFlyServer::RequestPackage

RequestPackage to be cooked

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 TArray< const ITargetPlatform * > & TargetPlatforms,
    const bool bForceFrontOfQueue
)

Remarks

RequestPackage to be cooked

Parameters

Parameter

Description

StandardPackageFName

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

TargetPlatforms

The TargetPlatforms we want this package cooked for

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