Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node
Description
Sends a message to the owning blueprint's CurrentMessageLog, if there is one available. Otherwise, defaults to logging to the normal channels. Should use this for node actions that happen during compilation!
| Name | Message_Note |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h |
| Include Path | #include "K2Node.h" |
template<typename... ArgTypes>
void Message_Note
(
const FString & Message,
ArgTypes... Args
) const