Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/20tab/UnrealEnginePython
/ FLogMessage
Method
FLogMessage
Source/PythonConsole/Private/SPythonLog.h:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
FName Style;
20
21
FLogMessage(const TSharedRef<FString>& NewMessage, FName NewStyle = NAME_None)
22
: Message(NewMessage)
23
, Style(NewStyle)
24
{
25
}
26
27
};
28
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected