Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include |
#include "UObject/Object.h" |
virtual void BeginCacheForCookedPlatformData
(
const ITargetPlatform * TargetPlatform
)
Starts caching of platform specific data for the target platform Called when cooking before serialization so that object can prepare platform specific data Not called during normal loading of objects
Parameter |
Description |
---|---|
TargetPlatform |
target platform to cache platform specific data for |