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

Function py_ue_get_name

Source/UnrealEnginePython/Private/UEPyObject.cpp:299–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299PyObject *py_ue_get_name(ue_PyUObject *self, PyObject * args) {
300
301 ue_py_check(self);
302
303
304 return PyUnicode_FromString(TCHAR_TO_UTF8(*(self->ue_object->GetName())));
305}
306
307PyObject *py_ue_get_full_name(ue_PyUObject *self, PyObject * args) {
308

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected