FLuminPlatformFile::SharedFileOpenWrite

Return a [IFileHandle](API\Runtime\Core\GenericPlatform\IFileHandle) pointer to write the user shared file (file descriptor recieved from ml_sharedfile api)..

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Lumin/LuminPlatformFile.h

Include

#include "Lumin/LuminPlatformFile.h"

Source

/Engine/Source/Runtime/Core/Private/Lumin/LuminPlatformFile.cpp

Syntax

IFileHandle * SharedFileOpenWrite
(
    const TCHAR * Filename
)

Remarks

Return a IFileHandle pointer to write the user shared file (file descriptor recieved from ml_sharedfile api)..

Returns

IFileHandle pointer to read the file. If the application does not have user permission to access the file, nullptr will be returned.

Parameters

Parameter

Description

FileName

Name of the shared file to write to. Needs to just be a file name, cannot be a path.

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