|
UE Assimp
Asset importer exporter for unreal engine
|
Public Member Functions | |
| void | GetMeshVertices (TArray< FVector > &Vertices) |
| void | GetMeshNormals (TArray< FVector > &Normals) |
| void | GetMeshDataForProceduralMesh (TArray< FVector > &Vertices, TArray< int32 > &Triangles, TArray< FVector > &Normals, TArray< FVector2D > &UV0, TArray< FProcMeshTangent > &Tangents) |
| int | GetNumVertices () |
| void | GetAllBones (TArray< FAIBone > &Bones) |
| FString | GetMeshName () const |