Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| Name | FDatasmithStaticMeshImportOptions |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
| Include Path | #include "DatasmithImportOptions.h" |
Syntax
USTRUCT (BlueprintType )
struct FDatasmithStaticMeshImportOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithStaticMeshImportOptions() |
DatasmithImportOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGenerateLightmapUVs | bool | DatasmithImportOptions.h |
|
|
| bRemoveDegenerates | bool | DatasmithImportOptions.h |
|
|
| MaxLightmapResolution | EDatasmithImportLightmapMax | Maximum resolution for auto-generated lightmap UVs | DatasmithImportOptions.h |
|
| MinLightmapResolution | EDatasmithImportLightmapMin | Minimum resolution for auto-generated lightmap UVs | DatasmithImportOptions.h |
|
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 ConvertLightmapEnumToValue
(
EDatasmithImportLightmapMin EnumValue |
DatasmithImportOptions.h | ||
static int32 ConvertLightmapEnumToValue
(
EDatasmithImportLightmapMax EnumValue |
DatasmithImportOptions.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FDatasmithStaticMeshImportOptions& Other |
DatasmithImportOptions.h | ||
bool operator==
(
const FDatasmithStaticMeshImportOptions& Other |
DatasmithImportOptions.h |