IConcertClientWorkspace::ShouldIgnorePackageDirtyEvent

Indicate if package dirty event should be ignored for a package

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

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

Include

#include "IConcertClientWorkspace.h"

Syntax

bool ShouldIgnorePackageDirtyEvent
(
    class UPackage * InPackage
) const

Remarks

Indicate if package dirty event should be ignored for a package

Returns

true if dirty event should be ignored for said package.

Parameters

Parameter

Description

InPackage

The package to check

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