Struct ModelScanResult#

Struct Documentation#

struct ModelScanResult#

Result of one walk of a Models directory. complete is false iff the walk could not be started or was aborted by an error partway through - a false complete means the caller must be free to retry, not treat paths as the final answer.

Public Members

std::vector<std::string> paths#
std::vector<std::string> displayNames#
bool complete#