FMaterialUtilities::FExportErrorManager::Register

Register a new error.

Unreal Engine C++ API Reference > 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library