IConcertClientWorkspace::GatherSessionChanges

Gather assets changes that happened on the workspace in this session.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientWorkspace.h

Include

#include "IConcertClientWorkspace.h"

Syntax

TArray< FName > GatherSessionChanges
(
    bool IgnorePersisted
)

Remarks

Gather assets changes that happened on the workspace in this session.

Returns

a list of package names that were modified during the session.

Parameters

Parameter

Description

IgnorePersisted

if true will not return packages which have already been persisted in their current state.

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