Navigation
API > API/Plugins > API/Plugins/DatasmithTranslator > API/Plugins/DatasmithTranslator/IDatasmithTranslator
- IDatasmithTranslator::LoadScene()
- FDatasmithNativeTranslator::LoadScene()
References
| Module | DatasmithTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/DatasmithTranslator.h |
| Include | #include "DatasmithTranslator.h" |
virtual bool LoadScene
&40;
TSharedRef< IDatasmithScene > OutScene
&41;
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 |