UObjectBaseUtility::MarkPackageDirty

Finds the outermost package and marks it dirty.

Windows
MacOS
Linux

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

Syntax

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

Returns

false if the request to mark the package dirty was suppressed by the editor and true otherwise.

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