Navigation
API > API/Plugins > API/Plugins/DatasmithContent
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.
| Name | UDatasmithOptionsBase |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
| Include Path | #include "DatasmithImportOptions.h" |
Syntax
UCLASS (MinimalAPI)
class UDatasmithOptionsBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDatasmithOptionsBase
Derived Classes
- UDatasmithCommonTessellationOptions
- UDatasmithFBXImportOptions
- UDatasmithImportOptions
- UDatasmithOpenNurbsImportOptions
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FStructuredArchive::FRecord Record |
DatasmithImportOptions.h |