FCompilerResultsLog::Error

Write an error in to the compiler log.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h

Include

#include "Kismet2/CompilerResultsLog.h"

Syntax

template<typename... Args>
TSharedRef< FTokenizedMessage > Error
(
    const TCHAR * Format,
    Args... args
)

Remarks

Write an error in to the compiler log.

@ will be replaced by node or pin links for nodes/pins passed via varargs

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