UCookOnTheFlyServer::TickCookOnTheSide

Handles cook package requests until there are no more requests, then returns

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

uint32 TickCookOnTheSide
(
    const float TimeSlice,
    uint32 & CookedPackagesCount,
    ECookTickFlags TickFlags
)

Remarks

Handles cook package requests until there are no more requests, then returns

Returns

returns ECookOnTheSideResult

Parameters

Parameter

Description

CookFlags

output of the things that might have happened in the cook on the side

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