Navigation
API > API/Plugins > API/Plugins/DatasmithTranslator
References
| Module | DatasmithTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/DatasmithSceneSource.h |
| Include | #include "DatasmithSceneSource.h" |
Syntax
class FDatasmithSceneSource
Remarks
Describe a source that can be processed by Datasmith to generate a scene.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetSceneName () |
||
| const FString & | Get the file path for this source | ||
| const FString & | Get the source file extension | ||
| void | SetSceneName
(
const FString& InSceneName |
Set a custom name for this scene. This overrides the default name deduced form the source file | |
| void | SetSourceFile
(
const FString& InFilePath |
Set the path of the source |