Files
UnrealEngineUWP/Engine/Source/Programs/Enterprise/Datasmith/DatasmithSDKSample
johan duparc 2032a810a0 DatasmithSDK support for pattern parameters
#rb none
#preflight 632c3918e23e50651b32082b

[CL 22144735 by johan duparc in ue5-main branch]
2022-09-22 16:54:16 -04:00
..
2022-09-20 00:30:40 -04:00

== 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