FConcertSyncSessionDatabase::GetActivityMaxId

Get the maximum ID of the activities in this database.

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 GetActivityMaxId
(
    int64 & OutActivityId
) const

Remarks

Get the maximum ID of the activities in this database.

Returns

True if the activity ID was resolved, false otherwise.

Parameters

Parameter

Description

OutActivityId

The activity ID to populate with the result.

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