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

Method Create

Source/PythonConsole/Private/SPythonLog.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224
225TSharedRef< FPythonLogTextLayoutMarshaller > FPythonLogTextLayoutMarshaller::Create(TArray< TSharedPtr<FLogMessage> > InMessages)
226{
227 return MakeShareable(new FPythonLogTextLayoutMarshaller(MoveTemp(InMessages)));
228}
229
230FPythonLogTextLayoutMarshaller::~FPythonLogTextLayoutMarshaller()
231{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected