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