Summary: Extended Editor API for python. UE Plugin TAPython documentation status: published
TAPython also extended 200+ Editor Python interfaces. Most of them are very useful when creating Editor Tools.
if you want get/set content of widgets. Use ChameleonData instead.
FileName | Useage | Count |
---|---|---|
PythonBPLib | Editor interface collection, including interaction/viewports/assets and so on. | 103 |
PythonControlRigLib | Editor interface for ControlRig | 1 |
PythonDataTableLib | Editor interface for DataTable | 19 |
PythonEnumLib | Editor interface for User Defined Enum | 12 |
PythonLandscapeLib | Editor interface for Material for Landscape | 12 |
PythonLevelLib | Editor interface for Level Editor | 2 |
PythonMaterialLib | Editor interface for Materials | 34 |
PythonMeshLib | Editor interface for Meshes/SkeletalMesh/ProceduralMesh | 15 |
PythonPhysicsAssetLib | Editor interface for Physics Assets | 38 |
PythonStructLib | Editor interface for User Defined Struct | 14 |
PythonTestLib | Editor interface for Testing | 5 |
PythonTextureLib | Editor interface for Texture2D and RenderTarget2D | 3 |
Other Links: