PackageDirtyStateChangedEvent

Delegate to notify subscribers when the dirty state of a package is changed.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Package.h

Include

#include "UObject/Package.h"

Syntax

static FOnPackageDirtyStateChanged PackageDirtyStateChangedEvent;

Remarks

Delegate to notify subscribers when the dirty state of a package is changed. Allows the editor to register the modified package as one that should be prompted for source control checkout. Use Package->IsDirty() to get the updated dirty state of the package

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