UMagicLeapSecureStorage::GetSecureBlob

Template function to retrieve the data associated with the specified key.

Windows
MacOS
Linux

References

Module

MagicLeapSecureStorage

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapSecureStorage/Public/MagicLeapSecureStorage.h

Include

#include "MagicLeapSecureStorage.h"

Syntax

template<class T>
static bool GetSecureBlob
(
    const FString & Key,
    T & DataToRetrieve
)

Remarks

Template function to retrieve the data associated with the specified key.

Returns

True if the key was found and output parameter was successfully populated with the data, false otherwise.

Parameters

Parameter

Description

Key

The string key to look for.

DataToRetrieve

Reference to the variable that will be populated with the stored 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