Navigation
API > API/Developer > API/Developer/MaterialUtilities > API/Developer/MaterialUtilities/FMaterialUtilities > API/Developer/MaterialUtilities/FMaterialUtilities/FExportErrorManager
References
Module | MaterialUtilities |
Header | /Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h |
Include | #include "MaterialUtilities.h" |
Source | /Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilities.cpp |
void Register
&40;
const UMaterialInterface &42; Material,
FName TextureName,
int32 RegisterIndex,
EErrorType ErrorType
&41;
Remarks
Register a new error.
Parameters
Name | Description |
---|---|
Material | The material having this error. |
TextureName | The texture for which the scale could not be generated. |
RegisterIndex | The register index bound to this texture. |
ErrorType | The issue encountered. |