Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include | #include "UObject/UObjectBaseUtility.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp |
bool MarkPackageDirty() const
Remarks
Finds the outermost package and marks it dirty. The editor suppresses this behavior during load as it is against policy to dirty packages simply by loading them.
Finds the outermost package and marks it dirty false if the request to mark the package dirty was suppressed by the editor and true otherwise.