Navigation
API > API/Plugins > API/Plugins/DatasmithTranslator > API/Plugins/DatasmithTranslator/IDatasmithTranslator
References
| Module | DatasmithTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/DatasmithTranslator.h |
| Include | #include "DatasmithTranslator.h" |
virtual bool LoadScene
(
TSharedRef < IDatasmithScene > OutScene
)
Remarks
Main feature of the translator system, convert source to a datasmith scene Load succeed
Parameters
| Name | Description |
|---|---|
| Source | Source to translate |
| OutScene | DatasmithScene to fill with source informations |