Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEmitter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Errorf
(
UE::Core::TCheckedFormatString< FString::FmtCharType, TArgs... > Format, |
Reports an error using printf-like format and arguments to format the error message. | Materials/MaterialIREmitter.h | |
| Reports an error using printf-like format and arguments to format the error message. | Materials/MaterialIREmitter.h |
Errorf(UE::Core::TCheckedFormatString< FString::FmtCharType, TArgs... >, TArgs...)
Description
Reports an error using printf-like format and arguments to format the error message.
| Name | Errorf |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIREmitter.h |
| Include Path | #include "Materials/MaterialIREmitter.h" |
template<typename... TArgs>
void Errorf
(
UE::Core::TCheckedFormatString< FString::FmtCharType, TArgs... > Format,
TArgs... Args
)
Errorf(FValueRef, UE::Core::TCheckedFormatString< FString::FmtCharType, TArgs... >, TArgs...)
Description
Reports an error using printf-like format and arguments to format the error message.
| Name | Errorf |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIREmitter.h |
| Include Path | #include "Materials/MaterialIREmitter.h" |
template<typename... TArgs>
void Errorf
(
FValueRef Source,
UE::Core::TCheckedFormatString< FString::FmtCharType, TArgs... > Format,
TArgs... Args
)