LeviLamina
|
Public Types | |
using | PreExportConvertedCallback = ::std::function<void(::LevelData&)> |
using | InTaskFilePathCallBack |
Public Member Functions | |
virtual void | enqueueConvertImportingWorldTasks (::std::shared_ptr<::FileArchiver::Result > &, ::Bedrock::NotNullNonOwnerPtr<::FileArchiver::ProgressReporter >, ::Bedrock::Threading::Async< void > &)=0 |
virtual bool | shouldCopyWorldForConversion (::std::string const &) const =0 |
virtual void | enqueueConvertExportingWorldTasks (::std::shared_ptr<::FileArchiver::ExportData > &, ::Bedrock::NotNullNonOwnerPtr<::FileArchiver::ProgressReporter >, ::Bedrock::Threading::Async< void > &, ::std::function< void(::LevelData &)>, ::std::vector<::std::function< void(::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const &)> >)=0 |
using FileArchiver::IWorldConverter::InTaskFilePathCallBack |