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

Class UPythonFunction

Source/UnrealEnginePython/Public/PythonFunction.h:7–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6UCLASS()
7class UPythonFunction : public UFunction
8{
9 GENERATED_BODY()
10
11public:
12 ~UPythonFunction();
13 void SetPyCallable(PyObject *callable);
14
15 DECLARE_FUNCTION(CallPythonCallable);
16
17 PyObject *py_callable;
18};
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected