Magic Leap

Magic Leap

Windows
MacOS
Linux
On this page

Actions

Delete Secure Data

Deletes the data associated with the specified key.

Target is Magic Leap Secure Storage

Get Secure Array

Retrieves an array associated with the specified key.

Target is Magic Leap Secure Storage

Get Secure Bool

Retrieves the boolean associated with the specified key.

Target is Magic Leap Secure Storage

Get Secure Byte

Retrieves the byte (uint8) associated with the specified key.

Target is Magic Leap Secure Storage

Get Secure Float

Retrieves the float associated with the specified key.

Target is Magic Leap Secure Storage

Get Secure Int

Retrieves the integer (int32) associated with the specified key.

Target is Magic Leap Secure Storage

Get Secure Int 64

Retrieves the 64 bit integer associated with the specified key.

Target is Magic Leap Secure Storage

Get Secure Save Game

Retrieves a USaveGame object associated with the specified key.

Target is Magic Leap Secure Storage

Get Secure String

Retrieves the string associated with the specified key.

Target is Magic Leap Secure Storage

Put Secure Array

Stores the data under the specified key. An existing key would be overwritten.

Target is Magic Leap Secure Storage

Put Secure Bool

Stores the boolean under the specified key. An existing key would be overwritten.

Target is Magic Leap Secure Storage

Put Secure Byte

Stores the byte (uint8) under the specified key. An existing key would be overwritten.

Target is Magic Leap Secure Storage

Put Secure Float

Stores the float under the specified key. An existing key would be overwritten.

Target is Magic Leap Secure Storage

Put Secure Int

Stores the integer (int32) under the specified key. An existing key would be overwritten.

Target is Magic Leap Secure Storage

Put Secure Int 64

Stores the 64 bit integer under the specified key. An existing key would be overwritten.

Target is Magic Leap Secure Storage

Put Secure Save Game

Stores the USaveGame object under the specified key. An existing key would be overwritten.

Target is Magic Leap Secure Storage

Put Secure String

Stores the string under the specified key. An existing key would be overwritten.

Target is Magic Leap Secure Storage

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