Navigation
API > API/Plugins > API/Plugins/DatasmithContent
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithOptionsBase
- UDatasmithCloImportOptions
- UDatasmithCommonTessellationOptions
- UDatasmithFBXImportOptions
- UDatasmithImportOptions
- UDatasmithOpenNurbsImportOptions
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
| Include | #include "DatasmithImportOptions.h" |
Syntax
UCLASS&40;&41;
class UDatasmithOptionsBase : public UObject
Remarks
Base class for all import options in datasmith.
Notable feature: forces a full serialization of its properties (by opposition to the standard delta serialization which stores only the diff wrt the CDO) The intent is to store the exact options used in a previous import.
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FStructuredArchive::FRecord Record |
Handles reading, writing, and reference collecting using FArchive. |