UK2Node::Message_Note

Sends a message to the owning blueprint's CurrentMessageLog, if there is one available.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h

Include

#include "K2Node.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp

Syntax

void Message_Note
(
    const FString & Message
)

Remarks

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!

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