Choose your operating system:
Windows
macOS
Linux
| IDatasmithTranslator
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/DatasmithTranslator.h |
Include |
#include "DatasmithTranslator.h" |
class IDatasmithTranslator
Generic Scene exploration and realization API
Name | Description | |
---|---|---|
|
~IDatasmithTranslator() |
Name | Description | ||
---|---|---|---|
|
GetFName() |
||
|
GetSceneImportOptions ( |
Get the additional scene import options. |
|
|
const FDatas... |
GetSource() |
|
|
Initialize ( |
Called on the CDO to initialize this Translator implementation |
|
|
IsSourceSupported ( |
Called on the CDO, additional validation step to ensure the given file is supported (Optional) |
|
|
LoadLevelSequence ( |
Get payload related to the given Element |
|
|
LoadScene ( |
Main feature of the translator system, convert source to a datasmith scene |
|
|
LoadStaticMesh ( |
Get payload related to the given Element |
|
|
SetSceneImportOptions ( |
Values of additional options as entered by the user |
|
|
SetSource ( |
Beginning of a translator instance lifecycle: setup of the source |
|
|
UnloadScene() |
Called when the scene loading is over. All translator resources can be released. |