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

Method Tick

Source/PythonConsole/Private/SPythonLog.cpp:176–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 TextBox->SetPythonBox(this);
175}
176void SPythonConsoleInputBox::Tick(const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime)
177{
178 if (!GIntraFrameDebuggingGameThread && !IsEnabled())
179 {
180 SetEnabled(true);
181 }
182 else if (GIntraFrameDebuggingGameThread && IsEnabled())
183 {
184 SetEnabled(false);
185 }
186}
187
188
189void SPythonConsoleInputBox::OnTextCommitted(const FText& InText, ETextCommit::Type CommitInfo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected