| 223 | |
| 224 | |
| 225 | TSharedRef< FPythonLogTextLayoutMarshaller > FPythonLogTextLayoutMarshaller::Create(TArray< TSharedPtr<FLogMessage> > InMessages) |
| 226 | { |
| 227 | return MakeShareable(new FPythonLogTextLayoutMarshaller(MoveTemp(InMessages))); |
| 228 | } |
| 229 | |
| 230 | FPythonLogTextLayoutMarshaller::~FPythonLogTextLayoutMarshaller() |
| 231 | { |
nothing calls this directly
no outgoing calls
no test coverage detected