Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEmitter
Description
Emits an analysis error value. The purpose of this value is to report an error during analysis if the analyzer proves that the value is effectively used. This value is useful when combined with others, especially the StageSwitch instruction in order to gate off certain operations on specific stage.
| Name | AnalysisError |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIREmitter.h |
| Include Path | #include "Materials/MaterialIREmitter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialIREmitter.cpp |
FValueRef AnalysisError
(
FType Type,
FStringView Message
)