Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
References
Module | ConcertSyncClient |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientPackageBridge.h |
Include | #include "IConcertClientPackageBridge.h" |
Syntax
class IConcertClientPackageBridge
Remarks
Bridge between the editor package events and Concert. Deals with converting package update events to Concert package data.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool & | Function to access the internal bool controlling whether local discards are currently being tracked. | |
![]() |
bool & | Function to access the internal bool controlling whether local saves are currently being tracked. | |
![]() ![]() |
EPackageFilterResult | IsPackageFiltered
(
const FConcertPackageInfo& PackageInfo |
Returns true if the package should be filtered from the local sandbox. |
![]() |
FOnConcertClientLocalPackageDiscarded & | Called when a local package is discarded. | |
![]() |
FOnConcertClientLocalPackageEvent & | Called when a local package event happens. | |
![]() |
void | RegisterPackageFilter
(
FName FilterName, |
Register a package filter to exclude/include certain packagins from the session. |
![]() |
void | UnregisterPackageFilter
(
FName FilterName |
Unregister package filter for handling package filtering. |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FScopedIgnoreLocalDiscard | Scoped struct to ignore a local discard | |
![]() |
FScopedIgnoreLocalSave | Scoped struct to ignore a local save |