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

Method SetPyCallable

Source/UnrealEnginePython/Public/PythonFunction.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6void UPythonFunction::SetPyCallable(PyObject *callable)
7{
8 py_callable = callable;
9 Py_INCREF(py_callable);
10}
11
12
13void UPythonFunction::CallPythonCallable(FFrame& Stack, RESULT_DECL)

Callers 8

py_ue_bind_actionFunction · 0.45
py_ue_bind_axisFunction · 0.45
py_ue_bind_keyFunction · 0.45
py_ue_set_timerFunction · 0.45
ue_bind_pyeventFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected