Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/20tab/UnrealEnginePython
/ if
Function
if
Source/UnrealEnginePython/Private/UnrealEnginePython.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
#if PY_MAJOR_VERSION < 3
35
else if (PyString_Check(py_obj)) {
36
return true;
37
}
38
#endif
39
return false;
40
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected