Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FTaskGraphInterface
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
void AddShutdownCallback
&40;
TFunction< void()> & Callback
&41;
Remarks
Delegates for shutdown
Parameters
| Name | Description |
|---|---|
| Callback | function to call prior to shutting down the taskgraph |