UMagicLeapSecureStorage::PutSecureBlob

Template function to store the data under the specified key. An existing key would be overwritten.

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 PutSecureBlob
(
    const FString & Key,
    const T * DataToStore
)

Remarks

Template function to store the data under the specified key. An existing key would be overwritten.

Returns

True if the data was stored successfully, false otherwise.

Parameters

Parameter

Description

Key

String key associated with the data.

DataToStore

The data to store.

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