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 SetActivityIgnoredState
&40;
const int64 InActivityId,
const bool InIsIgnored
&41;
Remarks
Set the active ignored state for the given activity. True if the ignored state was set, false otherwise.
Parameters
Name | Description |
---|---|
InActivityId | The ID of the activity to update. |
InIsIgnored | True if this activity should be ignored, false otherwise. |