UAssetManager::GetChunkEncryptionKeyGuid

Retrieve the encryption key guid for a given chunk ID

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h

Include

#include "Engine/AssetManager.h"

Syntax

virtual FGuid GetChunkEncryptionKeyGuid
(
    int32 InChunkId
) const

Remarks

Retrieve the encryption key guid for a given chunk ID

Returns

If chunk ID is valid and references and encrypted chunk, returns the key guid. Otherwise, returns an empty guid

Parameters

Parameter

Description

InChunkIndex

The chunk ID for which we are querying the encryption key guid

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