IMagicLeapSharedFilePlugin

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMagicLeapSharedFilePlugin

References

Module

MagicLeapSharedFile

Header

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

Include

#include "IMagicLeapSharedFilePlugin.h"

Syntax

class IMagicLeapSharedFilePlugin : public IModuleInterface

Remarks

The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.

Functions

Name Description

Public function Static

IMagicLeapSh...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

bool

 

SharedFileListAccessibleFiles

(
    TArray< FString >& OutSharedFileLi...
)

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

Public function

bool

 

SharedFilePickAsync

(
    const FMagicLeapFilesPickedResultDe...
)

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

Public function

IFileHandle ...

 

SharedFileRead

(
    const FString& FileName
)

Return a IFileHandle pointer to read the user shared file.

Public function

IFileHandle ...

 

SharedFileWrite

(
    const FString& FileName
)

Return a IFileHandle pointer to write the user shared file.

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