Navigation
API > API/Plugins > API/Plugins/DatasmithRuntime
References
| Module | DatasmithRuntime |
| Header | /Engine/Plugins/Experimental/Enterprise/DatasmithRuntime/Source/Public/DatasmithRuntime.h |
| Include | #include "DatasmithRuntime.h" |
Syntax
class FTranslationThread
Variables
| Type | Name | Description | |
|---|---|---|---|
| std::atomic_bool | bKeepRunning | ||
| TQueue< FTranslationJob, EQueueMode::Mpsc > | JobQueue | ||
| FEvent * | ThreadEvent | ||
| TFuture< void > | ThreadResult |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddJob
(
FTranslationJob&& Job |
||
| void | Run () |