FExportErrorManager

Contains errors generated when exporting material texcoord scales.

Windows
MacOS
Linux

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

Name Description

Public function

FExportErrorManager

(
    ERHIFeatureLevel::Type InFeatureLev...
)

Functions

Name Description

Public function

void

 

OutputToLog()

Output all errors registered.

Public function

void

 

Register

(
    const UMaterialInterface* Mate...,
    FName TextureName,
    int32 RegisterIndex,
    EErrorType ErrorType
)

Register a new error.

Enums

Name

Description

Public enum

EErrorType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss