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