Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Inheritance Hierarchy
- FConcertSyncActivitySummary
- FConcertSyncPackageActivitySummary
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionTypes.h |
| Include | #include "ConcertSyncSessionTypes.h" |
Syntax
USTRUCT&40;&41;
struct FConcertSyncPackageActivitySummary : public FConcertSyncActivitySummary
Remarks
Summary for a package activity entry in a Concert Sync Session
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoSave | Are we summarizing an auto-save update? | |
| bool | bPreSave | Are we summarizing a pre-save update? | |
| FName | NewPackageName | The new package name for the event we summarize (if PackageUpdateType == EConcertPackageUpdateType::Renamed) | |
| FName | PackageName | The package affected by the package event we summarize | |
| EConcertPackageUpdateType | PackageUpdateType | The type of package update we summarize |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FConcertSyncPackageActivitySummary | CreateSummaryForEvent
(
const FConcertPackageInfo& InEvent |
Create this summary from a package event |
Overridden from FConcertSyncActivitySummary
| Type | Name | Description | |
|---|---|---|---|
| FText | CreateDisplayText
(
const bool InUseRichText |
||
| FText | CreateDisplayTextForUser
(
const FText InUserDisplayName, |