UBlueprint::IsCachedCookedPlatformDataLoaded

Have we finished loading all the cooked platform data for the target platforms requested in BeginCacheForCookedPlatformData

Windows
MacOS
Linux

Override Hierarchy

UObject::IsCachedCookedPlatformDataLoaded()

UBlueprint::IsCachedCookedPlatformDataLoaded()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h

Include

#include "Engine/Blueprint.h"

Source

/Engine/Source/Runtime/Engine/Private/Blueprint.cpp

Syntax

virtual bool IsCachedCookedPlatformDataLoaded
(
    const ITargetPlatform * TargetPlatform
)

Remarks

Have we finished loading all the cooked platform data for the target platforms requested in BeginCacheForCookedPlatformData

Parameters

Parameter

Description

TargetPlatform

target platform to check for cooked platform data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss