Navigation
Unreal Engine C++ API Reference > 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 ClearPlatformCookedData
(
const ITargetPlatform * TargetPlatform
)
Remarks
Clear all the previously cooked data for the platform passed in
Parameters
Name | Description |
---|---|
TargetPlatform | the platform to clear the cooked packages for |