| 238 | } |
| 239 | |
| 240 | void FPythonLogTextLayoutMarshaller::GetText(FString& TargetString, const FTextLayout& SourceTextLayout) |
| 241 | { |
| 242 | SourceTextLayout.GetAsText(TargetString); |
| 243 | } |
| 244 | |
| 245 | bool FPythonLogTextLayoutMarshaller::AppendMessage(const TCHAR* InText, const ELogVerbosity::Type InVerbosity, const FName& InCategory) |
| 246 | { |
nothing calls this directly
no outgoing calls
no test coverage detected