Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
Bridge between the editor package events and Concert. Deals with converting package update events to Concert package data.
| Name | IConcertClientPackageBridge |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientPackageBridge.h |
| Include Path | #include "IConcertClientPackageBridge.h" |
Syntax
class IConcertClientPackageBridge
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IConcertClientPackageBridge() |
IConcertClientPackageBridge.h |
Structs
| Name | Remarks |
|---|---|
| FScopedIgnoreLocalDiscard | Scoped struct to ignore a local discard |
| FScopedIgnoreLocalSave | Scoped struct to ignore a local save |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanSkipHotReload
(
const FConcertPackageInfo& PackageInfo |
Returns true if the package can be skipped for hot reload on client nodes. | IConcertClientPackageBridge.h | |
EPackageFilterResult IsPackageFiltered
(
const FConcertPackageInfo& PackageInfo |
Returns true if the package should be filtered from the local sandbox. | IConcertClientPackageBridge.h | |
FOnConcertClientLocalPackageDiscarded & OnLocalPackageDiscarded() |
Called when a local package is discarded. | IConcertClientPackageBridge.h | |
FOnConcertClientLocalPackageEvent & OnLocalPackageEvent() |
Called when a local package event happens. | IConcertClientPackageBridge.h | |
void RegisterPackageFilter
(
FName FilterName, |
Register a package filter to exclude/include certain packagins from the session. | IConcertClientPackageBridge.h | |
void RegisterPackageHotReloadHint
(
FName PackageReloadHintName, |
Register a pending package hot reload hint package payloads. | IConcertClientPackageBridge.h | |
void UnregisterPackageFilter
(
FName FilterName |
Unregister package filter for handling package filtering. | IConcertClientPackageBridge.h | |
void UnregisterPackageHotReloadHint
(
FName PackageReloadHintName |
Unregister package hot reload hint handler. | IConcertClientPackageBridge.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool & GetIgnoreLocalDiscardRef () |
Function to access the internal bool controlling whether local discards are currently being tracked. | IConcertClientPackageBridge.h | |
bool & GetIgnoreLocalSaveRef () |
Function to access the internal bool controlling whether local saves are currently being tracked. | IConcertClientPackageBridge.h |