Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/FMaterialRenderProxy > API/Runtime/Engine/Materials/FMaterialRenderProxy/EvaluateUniformExpressions
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialRenderProxy.h |
| Include | #include "Materials/MaterialRenderProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialRenderProxy.cpp |
void EvaluateUniformExpressions
&40;
FUniformExpressionCache & OutUniformExpressionCache,
const FMaterialRenderContext & Context,
FUniformExpressionCacheAsyncUpdater &42; Updater
&41; const
Remarks
Evaluates uniform expressions and stores them in OutUniformExpressionCache.
Parameters
| Name | Description |
|---|---|
| OutUniformExpressionCache | The uniform expression cache to build. |
| MaterialRenderContext | The context for which to cache expressions. |