Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight > API/Plugins/TextureGraphInsight/Model
Inheritance Hierarchy
- DeviceObserverSource
- TextureGraphInsightDeviceObserver
References
| Module | TextureGraphInsight |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightObserver.h |
| Include | #include "Model/TextureGraphInsightObserver.h" |
Syntax
class TextureGraphInsightDeviceObserver : public DeviceObserverSource
Remarks
Concrete DeviceObserver interface.
Variables
| Type | Name | Description | |
|---|---|---|---|
| DeviceType | DevType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TextureGraphInsightDeviceObserver
(
DeviceType |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DeviceBuffersUpdated
(
HashNDescArray&& AddedBuffers, |
Protected interface of emitters called by the device to notify the observers. |