Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
Include |
#include "DatasmithImportOptions.h" |
UCLASS()
class UDatasmithOptionsBase : public UObject
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 | Description | ||
---|---|---|---|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |