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
enum ESchemaTranslationLaunchPolicy
&123;
ExclusiveSync,
Sync,
Async,
&125;
Values
| Name |
Description |
| ExclusiveSync |
Task will run on main thread, with the guarantee that no other tasks are being run concurrently to it. |
| Sync |
Task will run on main thread, while other tasks may be running concurrently |
| Async |
Task may run on another thread, while other tasks may be running concurrently |