Navigation
Unreal Engine C++ API Reference > 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 InFeatureLev... ) |
Functions
Type | Name | Description |
---|---|---|
void | OutputToLog () | Output all errors registered. |
void | Register ( const UMaterialInterface* Mate..., FName TextureName, int32 RegisterIndex, EErrorType ErrorType ) | Register a new error. |
Enums
Type | Name | Description |
---|---|---|
Public enum | EErrorType |