Skip to content

Commit c2f7fc8

Browse files
author
rdeioris
authored
Update ManagingAssets.md
1 parent 7fe93fc commit c2f7fc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/ManagingAssets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,5 @@ from unreal_engine.classes import TextureFactory, FbxFactory
119119
asset001 = ue.import_asset('/Users/FooBar/Desktop/texture001.png', '/Game/Textures', TextureFactory)
120120
asset002 = ue.import_asset('/Users/FooBar/Desktop/warrior001.fbx', '/Game/Meshes', FbxFactory)
121121
```
122+
123+
Note that FbxFactory is the default importer for fbx, but it will trigger a dialog. For automating tasks a better factory would be the included PyFbxFactory

0 commit comments

Comments
 (0)