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

Enum Type

Source/PythonConsole/Public/PythonConsoleModule.h:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace EPythonConsoleStyle
9{
10 enum Type
11 {
12 /** Shows the debug console input line with tab completion only */
13 Compact,
14
15 /** Shows a scrollable log window with the input line on the bottom */
16 WithLog,
17 };
18};
19
20struct FPythonConsoleDelegates

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected