Navigation
API > API/Developer > API/Developer/MaterialUtilities > API/Developer/MaterialUtilities/FMaterialUtilities
Contains errors generated when exporting material texcoord scales. Used to prevent displaying duplicates, as instances using the same shaders get the same issues.
| Name | FExportErrorManager |
| Type | class |
| Header File | /Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h |
| Include Path | #include "MaterialUtilities.h" |
Syntax
class FExportErrorManager
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExportErrorManager
(
EShaderPlatform InShaderPlatform |
MaterialUtilities.h |
Structs
Enums
Public
| Name | Remarks |
|---|---|
| EErrorType |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorInstances | TMap< FError, TArray< FInstance > > | MaterialUtilities.h | ||
| ShaderPlatform | EShaderPlatform | MaterialUtilities.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OutputToLog() |
Output all errors registered. | MaterialUtilities.h | |
void Register
(
const UMaterialInterface* Material, |
Register a new error. | MaterialUtilities.h |