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