Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 889 Bytes

SeededUltraSuiteAsset.md

File metadata and controls

15 lines (11 loc) · 889 Bytes

Pieces.Os.Core.SdkModel.SeededUltraSuiteAsset

A SeededUEAsset is the minimum data sent from UE required to create an asset within Pieces. Fragment & file are both optional properties however we will throw an internal error if both fragment and file are passed through or if both are undefined.

Properties

Name Type Description Notes
Schema EmbeddedModelSchema [optional]
Name string (optional) name is the name of the file [optional]
Ext ClassificationSpecificEnum [optional]
Format SeededFormat
Description string [optional]

[Back to Model list] [Back to API list] [Back to README]