Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/CookOnTheSide > API/Editor/UnrealEd/CookOnTheSide/UCookOnTheFlyServer
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 |
void ResetCook
(
TConstArrayView< TPair < const ITargetPlatform *, bool > > TargetPlatforms
)
Remarks
Clear platforms' explored flags for all PackageDatas and optionally clear the cookresult flags.
Parameters
| Name | Description |
|---|---|
| TargetPlatforms | List of pairs with targetplatforms to reset and bool bResetResults indicating whether the platform should clear CookResults in addition to clearing IsExplored. |