| 94 | AnimCurveSequence.Play(this->AsShared()); |
| 95 | } |
| 96 | END_SLATE_FUNCTION_BUILD_OPTIMIZATION |
| 97 | |
| 98 | SPythonConsole::SPythonConsole() |
| 99 | : CurrentStyle( EPythonConsoleStyle::Compact ) |
| 100 | { |
| 101 | } |
| 102 | |
| 103 | |
| 104 | void SPythonConsole::SetFocusToEditableText() |
nothing calls this directly
no outgoing calls
no test coverage detected