Files
UnrealEngineUWP/Engine/Source/Editor/DerivedDataEditor/Public/IDerivedDataCacheNotifications.h
mark lintott 704253856e Additional UI fixes for Derived Data Status Bar
Added new DD background icons and badges to Starship Style
Added back support for DD notifications
Moved DDNotifications into DDEditorModule
#rb devin.doucette, matt.kuhlenschmidt
#preflight 613f31e9c136f100013263b8

[CL 17490903 by mark lintott in ue5-main branch]
2021-09-13 08:01:55 -04:00

17 lines
253 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
class DERIVEDDATAEDITOR_API IDerivedDataCacheNotifications
{
public:
IDerivedDataCacheNotifications()
{
}
virtual ~IDerivedDataCacheNotifications()
{
}
};