|
Unravel Engine C++ Reference
|
One async content-browser-style import job (external path -> project folder). More...
#include <editor_actions.h>
Public Attributes | |
| std::string | source_path |
| std::string | dest_path |
| std::string | dest_key |
| bool | is_directory {false} |
| tpp::shared_future< bool > | future |
One async content-browser-style import job (external path -> project folder).
Definition at line 52 of file editor_actions.h.
| std::string unravel::import_files_item::dest_key |
Definition at line 56 of file editor_actions.h.
| std::string unravel::import_files_item::dest_path |
Definition at line 55 of file editor_actions.h.
| tpp::shared_future<bool> unravel::import_files_item::future |
Definition at line 58 of file editor_actions.h.
| bool unravel::import_files_item::is_directory {false} |
Definition at line 57 of file editor_actions.h.
| std::string unravel::import_files_item::source_path |
Definition at line 54 of file editor_actions.h.