|
enum class | State : int { Uninitialized = 0
, Initialized = 1
, Ready = 2
} |
|
|
static MCAPI void ** | $vftableForIEditorService () |
|
static MCAPI void ** | $vftableForEditorPlayerExportProjectServiceProvider () |
|
static MCAPI void ** | $vftable () |
|
◆ init()
virtual ::Scripting::Result< void > Editor::Services::EditorExportProjectManagerService::init |
( |
| ) |
|
|
virtual |
◆ quit()
virtual ::Scripting::Result< void > Editor::Services::EditorExportProjectManagerService::quit |
( |
| ) |
|
|
virtual |
◆ getServiceName()
virtual::std::string_view Editor::Services::EditorExportProjectManagerService::getServiceName |
( |
| ) |
const |
|
virtual |
◆ beginExportProject()
virtual void Editor::Services::EditorExportProjectManagerService::beginExportProject |
( |
::WeakEntityRef | playerRef, |
|
|
::Editor::GameOptions const & | gameOptions, |
|
|
::std::function< void(::Editor::ExportResult const &)> | callback ) |
|
virtual |
◆ canExportProject()
virtual bool Editor::Services::EditorExportProjectManagerService::canExportProject |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: