Navigation
Unreal Engine C++ API Reference > Runtime > Core > Tasks
Inheritance Hierarchy
- FInheritedContextBase
- FTaskBase
- TTaskWithResult
- TExecutableTaskBase
- TExecutableTask
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
Include | #include "Tasks/TaskPrivate.h" |
Syntax
template<typename TaskBodyType>
class TExecutableTask : public UE::Tasks::Private::TExecutableTaskBase< TaskBodyType >
Remarks
A separate derived class to add "small task" allocation optimization to both base class specializations
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TExecutableTask
(
const TCHAR* InDebugName, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TExecutableTask * | Create
(
const TCHAR* InDebugName, |
A helper that deduces the template argument |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | operator delete
(
void* Ptr, |
|
![]() ![]() |
void * | operator new
(
size_t Size |