Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncClient > IConcertClientWorkspace
References
Module | ConcertSyncClient |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientWorkspace.h |
Include | #include "IConcertClientWorkspace.h" |
TArray< FName > GatherSessionChanges
&40;
bool IgnorePersisted
&41;
Remarks
Gather assets changes that happened on the workspace in this session. a list of package names that were modified during the session.
Parameters
Name | Description |
---|---|
IgnorePersisted | if true will not return packages which have already been persisted in their current state. |