Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::import_files_item Struct 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
 

Detailed Description

One async content-browser-style import job (external path -> project folder).

Definition at line 52 of file editor_actions.h.

Member Data Documentation

◆ dest_key

std::string unravel::import_files_item::dest_key

Definition at line 56 of file editor_actions.h.

◆ dest_path

std::string unravel::import_files_item::dest_path

Definition at line 55 of file editor_actions.h.

◆ future

tpp::shared_future<bool> unravel::import_files_item::future

Definition at line 58 of file editor_actions.h.

◆ is_directory

bool unravel::import_files_item::is_directory {false}

Definition at line 57 of file editor_actions.h.

◆ source_path

std::string unravel::import_files_item::source_path

Definition at line 54 of file editor_actions.h.


The documentation for this struct was generated from the following file: