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

Method SetText

Source/PythonConsole/Private/SPythonLog.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void FPythonLogTextLayoutMarshaller::SetText(const FString& SourceString, FTextLayout& TargetTextLayout)
235{
236 TextLayout = &TargetTextLayout;
237 AppendMessagesToTextLayout(Messages);
238}
239
240void FPythonLogTextLayoutMarshaller::GetText(FString& TargetString, const FTextLayout& SourceTextLayout)
241{

Callers 2

OnKeyDownMethod · 0.80
OnTextCommittedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected