FConcertSyncSessionDatabase::EnumerateActivityIdsAndEventTypesInRange

Enumerate the IDs and event types of the activities in this database in the given range.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h

Include

#include "ConcertSyncSessionDatabase.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp

Syntax

bool EnumerateActivityIdsAndEventTypesInRange
(
    const int64 InFirstActivityId,
    const int64 InMaxNumActivities,
    TFunctionRef< bool, EConcertSyncActivityEventType)> InCallback
) const

Remarks

Enumerate the IDs and event types of the activities in this database in the given range.

Returns

True if the activities were enumerated without error, false otherwise.

Parameters

Parameter

Description

InFirstActivityId

The first activity ID to include in the results.

InMaxNumActivities

The maximum number of activities to include in the results.

InCallback

Callback invoked for each activity; return true to continue enumeration, or false to stop.

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