Unreal call non Python methods

you can call C++ methods not exposed in Python using reflection, with
unreal._ObjectBase.call_method

most unreal assets are unreal.Objects and have this method.

Unreal Python