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