Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
References
Module | SandboxFile |
Header | /Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h |
Include | #include "IPlatformFileSandboxWrapper.h" |
Source | /Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp |
void AddExclusion
&40;
const TCHAR &42; Wildcard,
bool bIsDirectory
&41;
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
Name | Description |
---|---|
Wildcard | FString::MatchesWildcard-type wild card to test for exclusion |
bIsDirectory | if true, this is a directory , these have a performance cost |