FSandboxPlatformFile::FSandboxPlatformFile

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

FSandboxPlatformFile
(
    bool bInEntireEngineWillUseThisSandbox
)

Remarks

Converts passed in filename to use a sandbox path.

Parameters

Parameter

Description

InLowerLevel

File system to use for actual disk access

InSandboxDirectory

Directory to use for the sandbox, reads are tried here first and all deletes and writes go here

bEntireEngineWillUseThisSandbox

If true, the we set up the engine so that subprocesses also use this subdirectory

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