FConcertSyncSessionDatabase::GetActivityEventType

Get the type of an activity 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 GetActivityEventType
(
    const int64 InActivityId,
    EConcertSyncActivityEventType & OutEventType
) const

Remarks

Get the type of an activity in this database.

Returns

True if the activity was found, false otherwise.

Parameters

Parameter

Description

InActivityId

The ID of the activity to query.

OutEventType

The event type 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