Navigation
API > API/Developer > API/Developer/DatasmithExporter > API/Developer/DatasmithExporter/FDatasmithSceneExporter
Description
Exports the entire scene. It will create the scene file as well as the resized textures (in case of resize is enabled).
| Name | Export |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithSceneExporter.h |
| Include Path | #include "DatasmithSceneExporter.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithExporter/Private/DatasmithSceneExporter.cpp |
void Export
(
TSharedRef < IDatasmithScene > DatasmithScene,
bool bCleanupUnusedElements
)
Parameters
| Name | Remarks |
|---|---|
| bCleanupUnusedElements | Remove unused meshes, textures and materials before exporting |