Navigation
API > API/Plugins > API/Plugins/USDSchemas
References
| Module | USDSchemas |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDSchemas/Public/USDSchemaTranslator.h |
| Include | #include "USDSchemaTranslator.h" |
Syntax
struct FSchemaTranslatorTask
Variables
| Type | Name | Description | |
|---|---|---|---|
| FThreadSafeBool | bIsDone | ||
| TFunction< bool() > | Callable | ||
| TSharedPtr< FSchemaTranslatorTask > | Continuation | ||
| ESchemaTranslationLaunchPolicy | LaunchPolicy | ||
| TOptional< TFuture< bool > > | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSchemaTranslatorTask
(
ESchemaTranslationLaunchPolicy InPolicy, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoWork () |
||
| bool | IsDone () |
||
| bool | IsStarted () |
||
| void | Start () |
||
| void | StartIfAsync () |