FConcertSyncSessionDatabase::EnumerateActivitiesForEventType

Enumerate all the activities in this database of the given type.

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 EnumerateActivitiesForEventType
(
    const EConcertSyncActivityEventType InEventType,
    TFunctionRef< bool &&)> InCallback
) const

Remarks

Enumerate all the activities in this database of the given type.

Returns

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

Parameters

Parameter

Description

InEventType

The type of the event to enumerate the activities for.

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