Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
Description
Add exclusion. These files and / or directories pretend not to exist so that they cannot be accessed at all (except in the sandbox)
| Name | AddExclusion |
| Type | function |
| Header File | /Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h |
| Include Path | #include "IPlatformFileSandboxWrapper.h" |
| Source | /Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp |
void AddExclusion
(
const TCHAR * Wildcard,
bool bIsDirectory
)
Parameters
| Name | Remarks |
|---|---|
| Wildcard | FString::MatchesWildcard-type wild card to test for exclusion |
| bIsDirectory | if true, this is a directory @Caution, these have a performance cost |