Navigation
Unreal Engine C++ API Reference > Runtime > Core > Tasks
Inheritance Hierarchy
- FTaskHandle
- TTask
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Tasks/Task.h |
Include | #include "Tasks/Task.h" |
Syntax
template<typename ResultType>
class TTask : public UE::Tasks::Private::FTaskHandle
Remarks
A movable/copyable handle of `Private::TTaskWithResult*_ with the API adopted for public usage. implements Pimpl idiom
Specializations
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TTask () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
ResultType & | GetResult () |
Waits until the task is completed and returns task's result |