Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialExpressionAggregate
Description
Marks certain expression types as outputting material attributes. Allows the material editor preview material to know if it should use its material attributes pin.
Virtual Inheritance
- UMaterialExpression::IsResultMaterialAttributes → UMaterialExpressionAggregate::IsResultMaterialAttributes
| Name | IsResultMaterialAttributes |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionAggregate.h |
| Include Path | #include "Materials/MaterialExpressionAggregate.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
virtual bool IsResultMaterialAttributes
(
int32 OutputIndex
)