▼NEditorPythonBindings | |
▼NConvert | |
CStackVariableAllocator | |
CActionManagerRequests | |
CCustomTypeBindingNotifications | |
CEditorPythonBindingsNotifications | |
CMenuManagerRequests | |
CPythonActionManagerHandler | |
CPythonEditorAction | |
CPythonLogSymbolsComponent | Exports Python symbols to the log folder for Python script developers to include into their local projects |
▼CPythonMarshalComponent | Handles marshaling of built-in Behavior types like numbers, strings, and lists |
CTypeConverter | |
CPythonMarshalTypeRequests | An abstract to marshal between Behavior and Python type values |
CPythonProxyObject | Wraps an instance of a Behavior Class that is flagged for 'Editor' |
CPythonReflectionComponent | Inspects the Behavior Context for methods to expose as Python bindings |
CPythonSymbolEvents | An interface to track exported Python symbols |
CPythonSystemComponent | |
CToolBarManagerRequests | |
CTypeConverterTuple | |
▼Npybind11 | |
▼Ndetail | |
Ctype_caster< AZStd::string > | Converts AZStd::string to/from Python String |
Ctype_caster< AZStd::string_view > | Converts AZStd::string_view to/from Python String |
Ctype_caster< EditorPythonBindings::PythonProxyObject > | Type caster specialization PythonProxyObject to convert between Python <-> AZ Reflection |