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
(
TFunction < void> & Callback
)
Remarks
Delegates for shutdown
Parameters
| Name | Description |
|---|---|
| Callback | function to call prior to shutting down the taskgraph |