15 std::string error_message;
16 std::vector<std::string> warning_messages;
18 std::vector<VirtualPath> generated_mesh_paths;
19 std::vector<VirtualPath> generated_skeleton_paths;
20 std::vector<VirtualPath> generated_animation_clip_paths;
21 std::vector<VirtualPath> generated_material_paths;
22 std::vector<VirtualPath> generated_texture_paths;
24 [[nodiscard]]
explicit operator bool()
const noexcept