Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Blueprint
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Blueprint/TG_AsyncTaskManager.h |
| Include | #include "Blueprint/TG_AsyncTaskManager.h" |
Syntax
class FTG_AsyncTaskManager
Remarks
Keeps reference to the TG_AsyncTasks to manage their life cycle
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTG_AsyncTaskManager & | GetInstance () |
||
| void | RegisterTask
(
UTG_AsyncTask* Task |
||
| void | UnRegisterTask
(
UTG_AsyncTask* Task |