omni::connect::core::executePythonStringFunction

Defined in omni/connect/core/Python.h

std::string omni::connect::core::executePythonStringFunction(const std::string &function)

Execute a global python function which returns a string.

Returns

The string result of the function or “” if the function could not be executed.