Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialCachedExpressionData
| |
|
| Name |
FParsedExpressionData |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/MaterialCachedData.h |
| Include Path |
#include "MaterialCachedData.h" |
Syntax
struct FParsedExpressionData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Expression |
UMaterialExpression * |
|
MaterialCachedData.h |
|
| ParameterIdx |
int32 |
These are optional in case the expression is a Parameter. |
MaterialCachedData.h |
|
| ParameterMeta |
FMaterialParameterMetadata |
This could theoretically be gathered from Expression but being in a Material Function can override values |
MaterialCachedData.h |
|
| ParameterName |
FName |
|
MaterialCachedData.h |
|