Navigation
API > API/Editor > API/Editor/DerivedDataWidgets
| |
|
| Name |
FDerivedDataCacheNotifications |
| Type |
class |
| Header File |
/Engine/Source/Editor/DerivedDataWidgets/Public/DerivedDataCacheNotifications.h |
| Include Path |
#include "DerivedDataCacheNotifications.h" |
Syntax
class FDerivedDataCacheNotifications : public IDerivedDataCacheNotifications
Implements Interfaces
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FDerivedDataCacheNotifications()
|
|
DerivedDataCacheNotifications.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FDerivedDataCacheNotifications()
|
|
DerivedDataCacheNotifications.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bSubscribed |
bool |
Whether we are subscribed or not |
DerivedDataCacheNotifications.h |
|
| SharedDDCNotification |
TSharedPtr< SNotificationItem > |
Valid when a DDC notification item is being presented |
DerivedDataCacheNotifications.h |
|
Functions
Public