FConcertSessionFilter

Holds filter rules used when migrating session data

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h

Include

#include "ConcertMessageData.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertSessionFilter

Remarks

Holds filter rules used when migrating session data

Variables

Name Description

Public variable UProperty

int64

 

ActivityIdLowerBound

The lower-bound (inclusive) of activity IDs to include (unless explicitly excluded via ActivityIdsToExclude)

Public variable UProperty

TArray< int64 >

 

ActivityIdsToExclude

Activity IDs to explicitly exclude, even if inside of the bounded-range specified above

Public variable UProperty

TArray< int64 >

 

ActivityIdsToInclude

Activity IDs to explicitly include, even if outside of the bounded-range specified above (takes precedence over ActivityIdsToExclude)

Public variable UProperty

int64

 

ActivityIdUpperBound

The upper-bound (inclusive) of activity IDs to include (unless explicitly excluded via ActivityIdsToExclude)

Public variable UProperty

bool

 

bIncludeIgnoredActivities

True to include ignored activities

Public variable UProperty

bool

 

bMetaDataOnly

True to export the activity summaries without the package/transaction data to look at the log rather than replaying the activities.

Public variable UProperty

bool

 

bOnlyLiveData

True if only live data should be included (live transactions and head package revisions)

Functions

Name Description

Public function Const

bool

 

ActivityIdPassesFilter

(
    const int64 InActivityId
)

Return true if the given activity ID passes the ID tests of this filter.

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