FTaskGraphInterface::AddShutdownCallback

Deletegates for shutdown

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

void AddShutdownCallback
(
    TFunction< void()> & Callback
)

Remarks

Deletegates for shutdown

Parameters

Parameter

Description

Callback

function to call prior to shutting down the taskgraph

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss