Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight > API/Plugins/TextureGraphInsight/Model
Inheritance Hierarchy
- SchedulerObserverSource
- TextureGraphInsightSchedulerObserver
References
| Module | TextureGraphInsight |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightObserver.h |
| Include | #include "Model/TextureGraphInsightObserver.h" |
Syntax
class TextureGraphInsightSchedulerObserver : public SchedulerObserverSource
Remarks
Concrete SchedulerObserver interface.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BatchAdded
(
JobBatchPtr Batch |
||
| void | BatchDone
(
JobBatchPtr Batch |
||
| void | BatchJobsDone
(
JobBatchPtr Batch |
||
| void | Start () |
Protected interface of emitters called by the scheduler to notify the observers. | |
| void | Stop () |
||
| void | UpdateIdle () |