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

Function CurrentStyle

Source/PythonConsole/Private/SPythonConsole.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 AnimCurveSequence.Play(this->AsShared());
95}
96END_SLATE_FUNCTION_BUILD_OPTIMIZATION
97
98SPythonConsole::SPythonConsole()
99 : CurrentStyle( EPythonConsoleStyle::Compact )
100{
101}
102
103
104void SPythonConsole::SetFocusToEditableText()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected