MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / GetText

Method GetText

Source/PythonConsole/Private/SPythonLog.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void FPythonLogTextLayoutMarshaller::GetText(FString& TargetString, const FTextLayout& SourceTextLayout)
241{
242 SourceTextLayout.GetAsText(TargetString);
243}
244
245bool FPythonLogTextLayoutMarshaller::AppendMessage(const TCHAR* InText, const ELogVerbosity::Type InVerbosity, const FName& InCategory)
246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected