Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore > FConcertSyncSessionDatabase
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 |
bool GetActivity
&40;
const int64 InActivityId,
FConcertSyncActivity & OutActivity
&41; const
Remarks
Get the generic part of an activity from this database. True if the activity was found, false otherwise.
Parameters
Name | Description |
---|---|
InActivityId | The ID of the activity to find. |
OutActivity | The generic part of an activity to populate with the result. |