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 ClearCachedCookedPlatformDataForPlatform
(
const ITargetPlatform * TargetPlatform
)
Remarks
Clear any cached cooked platform data for a platform and call ClearCachedCookedPlatformData on all UObjects.
Parameters
Name | Description |
---|---|
TargetPlatform | platform to clear all the cached data for |