FConcertSyncPackageActivitySummary

Summary for a package activity entry in a Concert Sync Session

Windows
MacOS
Linux

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](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertSyncPackageActivitySummary : public FConcertSyncActivitySummary

Remarks

Summary for a package activity entry in a Concert Sync Session

Variables

Name Description

Public variable UProperty

bool

 

bAutoSave

Are we summarizing an auto-save update?

Public variable UProperty

bool

 

bPreSave

Are we summarizing a pre-save update?

Public variable UProperty

FName

 

NewPackageName

The new package name for the event we summarize (if PackageUpdateType == EConcertPackageUpdateType::Renamed)

Public variable UProperty

FName

 

PackageName

The package affected by the package event we summarize

Public variable UProperty

EConcertPackage...

 

PackageUpdateType

The type of package update we summarize

Functions

Name Description

Public function Static

FConcertSync...

 

CreateSummaryForEvent

(
    const FConcertPackageInfo& InEvent
)

Create this summary from a package event

Overridden from FConcertSyncActivitySummary

Name Description

Protected function Virtual Const

FText

 

CreateDisplayText

(
    const bool InUseRichText
)

Protected function Virtual Const

FText

 

CreateDisplayTextForUser

(
    const FText InUserDisplayName,
    const bool InUseRichText
)

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