Navigation
API > API/Developer > API/Developer/MaterialUtilities > API/Developer/MaterialUtilities/FMaterialUtilities
References
| Module | MaterialUtilities |
| Header | /Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h |
| Include | #include "MaterialUtilities.h" |
Syntax
class FExportErrorManager
Remarks
Contains errors generated when exporting material texcoord scales. Used to prevent displaying duplicates, as instances using the same shaders get the same issues.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExportErrorManager
(
ERHIFeatureLevel::Type InFeatureLevel |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OutputToLog () |
Output all errors registered. | |
| void | Register
(
const UMaterialInterface* Material, |
Register a new error. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EErrorType |