More tweaks to Format Error Message
This commit is contained in:
@@ -671,7 +671,10 @@ void UlxFormatErrorLibrary::FormatErrorInternal(UObject *Context, ElxLogVerbosit
|
||||
|
||||
// Output to Log
|
||||
//
|
||||
FMsg::Logf(BlueprintNameAnsi.Get(), 0, BlueprintNameLogCategory, VerbosityValue, TEXT("%s"), *MessageString);
|
||||
if (VerbosityValue <= ELogVerbosity::COMPILED_IN_MINIMUM_VERBOSITY)
|
||||
{
|
||||
FMsg::Logf(BlueprintNameAnsi.Get(), 0, BlueprintNameLogCategory, VerbosityValue, TEXT("%s"), *MessageString);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user