FSandboxPlatformFile::ConvertToSandboxPath

Converts passed in filename to use a sandbox path.

Windows
MacOS
Linux

References

Module

SandboxFile

Header

/Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h

Include

#include "IPlatformFileSandboxWrapper.h"

Source

/Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp

Syntax

FString ConvertToSandboxPath
(
    const TCHAR * Filename
) const

Remarks

Converts passed in filename to use a sandbox path.

Returns

filename using sandbox path

Parameters

Parameter

Description

Filename

filename (under game directory) to convert to use a sandbox path. Can be relative or absolute.

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