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