FConcertSyncActivity

Data for an activity entry in a Concert Sync Session

Windows
MacOS
Linux

Inheritance Hierarchy

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 FConcertSyncActivity

Remarks

Data for an activity entry in a Concert Sync Session

Variables

Name Description

Public variable UProperty

int64

 

ActivityId

The ID of the activity

Public variable UProperty

bool

 

bIgnored

True if this activity is included for tracking purposes only, and can be ignored when migrating a database

Public variable UProperty

FGuid

 

EndpointId

The ID of the endpoint that produced the activity

Public variable UProperty

int64

 

EventId

The ID of the event associated with this activity (

Public variable UProperty

FConcertSession...

 

EventSummary

The minimal summary of the event associated with this activity (

Public variable UProperty

FDateTime

 

EventTime

The time at which the activity was produced (UTC)

Public variable UProperty

EConcertSyncAct...

 

EventType

The type of this activity

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