Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Types/GatheredFileChanges.h |
|
|
|
Types/SandboxedFileChangeInfo.h |
|
|
|
Types/SandboxInitFlags.h |
|
UE::FileSandboxCore::operator|=(EFileChangeGatherFlags &, EFileChangeGatherFlags)
| |
|
| Name |
UE::FileSandboxCore::operator|= |
| Type |
function |
| Header File |
/Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/GatheredFileChanges.h |
| Include Path |
#include "Types/GatheredFileChanges.h" |
namespace UE
{
namespace FileSandboxCore
{
EFileChangeGatherFlags & UE::FileSandboxCore::operator|=
(
EFileChangeGatherFlags & Lhs,
EFileChangeGatherFlags Rhs
)
}
}
UE::FileSandboxCore::operator|=(EFileEnumerationFlags &, EFileEnumerationFlags)
| |
|
| Name |
UE::FileSandboxCore::operator|= |
| Type |
function |
| Header File |
/Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/SandboxedFileChangeInfo.h |
| Include Path |
#include "Types/SandboxedFileChangeInfo.h" |
namespace UE
{
namespace FileSandboxCore
{
EFileEnumerationFlags & UE::FileSandboxCore::operator|=
(
EFileEnumerationFlags & Lhs,
EFileEnumerationFlags Rhs
)
}
}
UE::FileSandboxCore::operator|=(ESandboxInitFlags &, ESandboxInitFlags)
| |
|
| Name |
UE::FileSandboxCore::operator|= |
| Type |
function |
| Header File |
/Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/SandboxInitFlags.h |
| Include Path |
#include "Types/SandboxInitFlags.h" |
namespace UE
{
namespace FileSandboxCore
{
ESandboxInitFlags & UE::FileSandboxCore::operator|=
(
ESandboxInitFlags & Lhs,
ESandboxInitFlags Rhs
)
}
}