ESchemaTranslationLaunchPolicy

Windows
MacOS
Linux

References

Module

USDSchemas

Header

/Engine/Plugins/Importers/USDImporter/Source/USDSchemas/Public/USDSchemaTranslator.h

Include

#include "USDSchemaTranslator.h"

Syntax

enum ESchemaTranslationLaunchPolicy
{
    ExclusiveSync,
    Sync,
    Async,
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss