Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IRequestOwner
Description
Launches a task that executes the task body when scheduled.
The task inherits the current priority of this request owner. The task is launched as a new request within this request owner.
The debug name is not copied and must remain valid for the duration of the task.
| Name | LaunchTask |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h |
| Include Path | #include "DerivedDataRequestOwner.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataRequestOwner.cpp |
void LaunchTask
(
const TCHAR * DebugName,
TUniqueFunction < void> && TaskBody
)