UMagicLeapSharedFileFunctionLibrary::SharedFilePickAsync

Let the app get access to the user's shared files from the common storage location.

Windows
MacOS
Linux

References

Module

MagicLeapSharedFile

Header

/Engine/Plugins/Lumin/MagicLeapSharedFile/Source/Public/MagicLeapSharedFileFunctionLibrary.h

Include

#include "MagicLeapSharedFileFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeapSharedFile/Source/Private/MagicLeapSharedFileFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="SharedFile Function Library | MagicLeap")
static bool SharedFilePickAsync
(
    const FMagicLeapFilesPickedResultDelegate & InResultDelegate
)

Remarks

Let the app get access to the user's shared files from the common storage location. This API will pop up a System UI dialogue box with a file picker through which the users can pick files they wants to let the app have access to. The list of selected file names will be returned to the app via the delegate.

Returns

true if call to invoke the file picker succeeded, false otherwise

Parameters

Parameter

Description

InResultDelegate

Delegate to be called when the user finishes picking files.

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