ITargetPlatform::GenerateStreamingInstallManifest

Generates a platform specific asset manifest given an array of [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData).

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

bool GenerateStreamingInstallManifest
(
    const TMultiMap< FString, int32 > & PakchunkMap,
    const TSet< int32 > & PakchunkIndicesInUse
) const

Remarks

Generates a platform specific asset manifest given an array of FAssetData.

Returns

true if the manifest was successfully generated, or if the platform doesn't need a manifest .

Parameters

Parameter

Description

PakchunkMap

A map of asset path to Pakchunk file indices for all of the assets.

PakchunkIndicesInUse

A set of all Pakchunk file indices used by this set of assets.

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