Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore
Inheritance Hierarchy
- FConcertSyncActivitySummary
- FConcertSyncLockActivitySummary
References
Module | ConcertSyncCore |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionTypes.h |
Include | #include "ConcertSyncSessionTypes.h" |
Syntax
USTRUCT&40;&41;
struct FConcertSyncLockActivitySummary : public FConcertSyncActivitySummary
Remarks
Summary for a lock activity entry in a Concert Sync Session
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
EConcertSyncLockEventType | LockEventType | The type of lock event we summarize |
![]() ![]() |
int32 | NumResources | The total number of resources affected by the lock event we summarize |
![]() ![]() |
FName | PrimaryPackageName | The primary package affected by the lock event we summarize |
![]() ![]() |
FName | PrimaryResourceName | The primary resource affected by the lock event we summarize |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FConcertSyncLockActivitySummary | CreateSummaryForEvent
(
const FConcertSyncLockEvent& InEvent |
Create this summary from a lock event |
Overridden from FConcertSyncActivitySummary
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FText | CreateDisplayText
(
const bool InUseRichText |
|
![]() ![]() ![]() |
FText | CreateDisplayTextForUser
(
const FText InUserDisplayName, |