Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
Inheritance Hierarchy
- FRunnable
- TAsyncRunnable
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Async.h |
| Include | #include "Async/Async.h" |
Syntax
template<typename ResultType>
class TAsyncRunnable : public FRunnable
Remarks
Template for asynchronous functions that are executed in a separate thread.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TAsyncRunnable
(
TUniqueFunction< ResultType()>&& InFunction, |
Creates and initializes a new instance. |