Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| Name | FDatasmithImportBaseOptions |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
| Include Path | #include "DatasmithImportOptions.h" |
Syntax
USTRUCT (BlueprintType )
struct FDatasmithImportBaseOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithImportBaseOptions() |
DatasmithImportOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetOptions | FDatasmithAssetImportOptions | DatasmithImportOptions.h |
|
|
| bIncludeAnimation | bool | Specifies whether or not to import animations | DatasmithImportOptions.h |
|
| bIncludeCamera | bool | Specifies whether or not to import cameras | DatasmithImportOptions.h |
|
| bIncludeGeometry | bool | Specifies whether or not to import geometry | DatasmithImportOptions.h |
|
| bIncludeLight | bool | Specifies whether or not to import lights | DatasmithImportOptions.h |
|
| bIncludeMaterial | bool | Specifies whether or not to import materials and textures | DatasmithImportOptions.h |
|
| SceneHandling | EDatasmithImportScene | Specifies where to put the content | DatasmithImportOptions.h |
|
| StaticMeshOptions | FDatasmithStaticMeshImportOptions | DatasmithImportOptions.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanIncludeAnimation() |
DatasmithImportOptions.h |