Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAssetCompilingManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ProcessAsyncTasks
(
bool bLimitExecutionTime |
Called once per frame, fetches completed tasks and applies them to the scene. | IAssetCompilingManager.h | |
virtual void ProcessAsyncTasks
(
const AssetCompilation::FProcessAsyncTaskParams& Params |
Called once per frame, fetches completed tasks and applies them to the scene. | IAssetCompilingManager.h |
ProcessAsyncTasks(bool)
Description
Called once per frame, fetches completed tasks and applies them to the scene.
| Name | ProcessAsyncTasks |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/IAssetCompilingManager.h |
| Include Path | #include "IAssetCompilingManager.h" |
void ProcessAsyncTasks
(
bool bLimitExecutionTime
)
ProcessAsyncTasks(const AssetCompilation::FProcessAsyncTaskParams &)
Description
Called once per frame, fetches completed tasks and applies them to the scene.
| Name | ProcessAsyncTasks |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/IAssetCompilingManager.h |
| Include Path | #include "IAssetCompilingManager.h" |
virtual void ProcessAsyncTasks
(
const AssetCompilation::FProcessAsyncTaskParams & Params
)