UObject::BeginCacheForCookedPlatformData

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Syntax

virtual void BeginCacheForCookedPlatformData
(
    const ITargetPlatform * TargetPlatform
)

Remarks

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

Parameters

Parameter

Description

TargetPlatform

target platform to cache platform specific data for