Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- ICompilable
- TCompilableAsyncTask
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AsyncCompilationHelpers.h |
| Include | #include "AsyncCompilationHelpers.h" |
Syntax
class ICompilable
Destructors
| Type | Name | Description | |
|---|---|---|---|
~ICompilable () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetName () |
||
| void | Reschedule
(
FQueuedThreadPool* InThreadPool, |
Reschedules any async tasks to the given thread pool at the given priority. | |
| bool | WaitCompletionWithTimeout
(
float TimeLimitSeconds |
Returns true once async tasks are complete, false if timing out. |