Navigation
Unreal Engine C++ API Reference > Plugins > DatasmithDispatcher
References
Module | DatasmithDispatcher |
Header | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Public/DatasmithDispatcher.h |
Include | #include "DatasmithDispatcher.h" |
Syntax
class FDatasmithDispatcher
Remarks
Handle a list of tasks, and a set of external workers to consume them. Concept of task is currently tightly coupled with cad usage...
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FDatasmithDispatcher
(
const CADLibrary::FImportParameters& InImportParameters, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddTask
(
const CADLibrary::FFileDescriptor& FileDescription, |
|
![]() |
TOptional< FTask > | GetNextTask () |
|
![]() |
bool | IsOver () |
|
![]() |
void | LinkCTFileToUnrealCacheFile
(
const CADLibrary::FFileDescriptor& CTFileDescription, |
|
![]() ![]() |
void | LogMessages
(
const TArray< TPair< uint8, FString >>& Warnings |
|
![]() |
void | Process
(
bool bWithProcessor |
|
![]() |
void | SetTaskState
(
int32 TaskIndex, |
|
![]() |
void | SetWorkerCount
(
const int32 InNumberOfWorkers |