Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UPackage
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Package.h |
Include | #include "UObject/Package.h" |
Syntax
static 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