Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetManager
Description
Get the encryption key guid attached to this primary asset. Can be invalid if the asset is not encrypted
| Name | GetCachedPrimaryAssetEncryptionKeyGuid |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h |
| Include Path | #include "Engine/AssetManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AssetManager.cpp |
virtual void GetCachedPrimaryAssetEncryptionKeyGuid
(
FPrimaryAssetId InPrimaryAssetId,
FGuid & OutGuid
)