FSandboxPlatformFile::AddExclusion

Add exclusion.

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

void AddExclusion
(
    const TCHAR * Wildcard,
    bool bIsDirectory
)

Remarks

Add exclusion. These files and / or directories pretend not to exist so that they cannot be accessed at all (except in the sandbox)

Parameters

Parameter

Description

Wildcard

FString::MatchesWildcard-type wild card to test for exclusion

bIsDirectory

if true, this is a directory , these have a performance cost

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