You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Do not mark package as dirty when editing CPF_SkipSerialization property.
#rb Marc.Audy #fyi charles.bloom #preflight none [CL 20455565 by alexander suvorov in ue5-main branch]
This commit is contained in:
@@ -420,7 +420,7 @@ FPropertyAccess::Result FPropertyValueImpl::ImportText( const TArray<FObjectBase
|
||||
// If the values before and after setting the property differ, mark the object dirty.
|
||||
if (FCString::Strcmp(*PreviousValue, *ValueAfterImport) != 0)
|
||||
{
|
||||
if (CurObject)
|
||||
if (CurObject && !InPropertyNode->ShouldSkipSerialization())
|
||||
{
|
||||
CurObject->MarkPackageDirty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user