Files
UnrealEngineUWP/Engine/Source/Programs/Enterprise/Datasmith/DatasmithSDKSample/README.txt
johan duparc bccabc99a1 Move the Datasmith SDK Sample to the programs folder.
#rb JeanLuc.Corenthin
#preflight 6328c085f87253e021d6454a

[CL 22087381 by johan duparc in ue5-main branch]
2022-09-19 22:29:38 -04:00

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++17 compiler