FRequestOwner::LaunchTask

Launches a task that executes the task body when scheduled.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FRequestOwner

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
Include #include "DerivedDataRequestOwner.h"
void LaunchTask
(
    const TCHAR * DebugName,
    [TUniqueFunction](API\Runtime\Core\Templates\TUniqueFunction)< void()> && TaskBody
)

Remarks

Launches a task that executes the task body when scheduled. See IRequestOwner::LaunchTask.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library