Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialRenderProxy.h |
| Include | #include "Materials/MaterialRenderProxy.h" |
Syntax
class FUniformExpressionCacheAsyncUpdateScope
Remarks
Defines a scope to update deferred uniform expression caches using an async task to fill uniform buffers. If expression caches are updated within the scope, an async task may be launched. Otherwise the update is synchronous.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | WaitForTask () |
Call if a wait is required within the scope. |