Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialIRModule
Represents an error encountered during material processing.
| Name | FError |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRModule.h |
| Include Path | #include "Materials/MaterialIRModule.h" |
Syntax
struct FError
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Expression | UMaterialExpression * | The expression that caused the error. | Materials/MaterialIRModule.h | |
| Message | FString | Description of the error. | Materials/MaterialIRModule.h |