UMagicLeapSharedFileFunctionLibrary::SharedFileListAccessibleFiles

Get the names of the files that the application has access to.

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 SharedFileListAccessibleFiles
(
    TArray< FString > & OutSharedFileList
)

Remarks

Get the names of the files that the application has access to. The application can then use the file names and read them with the IMagicLeapSharedFilePlugin::SharedFileRead() function.

Returns

true if function call succeeded and output param is valid, false otherwise

Parameters

Parameter

Description

OutSharedFileList

Output param containing list of file names this app has acces to.

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