Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FCompilerResultsLog
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FTokenizedMessage > Warning
(
const TCHAR* Format, |
Write a warning in to the compiler log. | Kismet2/CompilerResultsLog.h | |
| Write a warning in to the compiler log. | Kismet2/CompilerResultsLog.h |
Warning(const TCHAR *, ArgTypes...)
Description
Write a warning in to the compiler log. Note: @ will be replaced by node or pin links for nodes/pins passed via varargs
| Name | Warning |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h |
| Include Path | #include "Kismet2/CompilerResultsLog.h" |
template<typename... ArgTypes>
TSharedRef < FTokenizedMessage > Warning
(
const TCHAR * Format,
ArgTypes... Args
)
Warning(FName, const TCHAR *, ArgTypes...)
Description
Write a warning in to the compiler log. Note: @ will be replaced by node or pin links for nodes/pins passed via varargs
| Name | Warning |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h |
| Include Path | #include "Kismet2/CompilerResultsLog.h" |
template<typename... ArgTypes>
void Warning
(
FName ID,
const TCHAR * Format,
ArgTypes... Args
)