Merging //UE4/Dev-Main to Dev-VR (//UE4/Dev-VR)

CL 1 of 8
#rb integration

[CL 4748712 by Ryan Vance in Dev-VR branch]
This commit is contained in:
Ryan Vance
2019-01-17 18:54:05 -05:00
parent d237fc7948
commit 7c51ff94af
37591 changed files with 2551444 additions and 162182 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "PropertyRowGenerator.h"
#include "PropertyNode.h"
@@ -63,7 +63,10 @@ public:
: TSharedPtr<class FAssetThumbnailPool>();
}
virtual void NotifyFinishedChangingProperties(const FPropertyChangedEvent& PropertyChangedEvent) override {}
virtual void NotifyFinishedChangingProperties(const FPropertyChangedEvent& PropertyChangedEvent) override
{
Generator->OnFinishedChangingProperties().Broadcast(PropertyChangedEvent);
}
virtual bool DontUpdateValueWhileEditing() const override { return false; }