IConcertClientPackageBridge

Bridge between the editor package events and Concert.

Windows
MacOS
Linux

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

Functions

Name Description

Protected function

bool &

 

GetIgnoreLocalDiscardRef()

Function to access the internal bool controlling whether local discards are currently being tracked.

Protected function

bool &

 

GetIgnoreLocalSaveRef()

Function to access the internal bool controlling whether local saves are currently being tracked.

Public function

FOnConcertCl...

 

OnLocalPackageDiscarded()

Called when a local package is discarded.

Public function

FOnConcertCl...

 

OnLocalPackageEvent()

Called when a local package event happens.

Classes

Name

Description

Public struct

FScopedIgnoreLocalDiscard

Scoped struct to ignore a local discard

Public struct

FScopedIgnoreLocalSave

Scoped struct to ignore a local save

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss