Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
void UPythonFunction::SetPyCallable(PyObject *callable)
7
{
8
py_callable = callable;
9
Py_INCREF(py_callable);
10
}
11
12
13
void UPythonFunction::CallPythonCallable(FFrame& Stack, RESULT_DECL)
Callers
8
py_ue_bind_action
Function · 0.45
py_ue_bind_axis
Function · 0.45
py_ue_bind_key
Function · 0.45
py_unreal_engine_add_ticker
Function · 0.45
py_unreal_engine_editor_on_asset_post_import
Function · 0.45
py_ue_set_timer
Function · 0.45
ue_bind_pyevent
Function · 0.45
unreal_engine_add_function
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected