9 lines
563 B
Plaintext
9 lines
563 B
Plaintext
== Datasmnith SDK Sample ==
|
|
|
|
Description
|
|
This sample project aims to provide a base from which a Datasmith exporter can be built.
|
|
In this project, we use the Datasmith SDK to generate some content, expose this content on directlink, and/or export a datasmith scene to disk.
|
|
|
|
Dependency
|
|
- In order to build this project, a Datasmith SDK must be provided. The default configuration searches for an SDK generated by the main Unreal solution (see project DatasmithSDK), but you could edit DatasmithSDK.props to point to another SDK.
|
|
- Unreal requires a c++20 compiler |