Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
| Name | FAbcStaticMeshSettings |
| Type | struct |
| Header File | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h |
| Include Path | #include "AbcImportSettings.h" |
Syntax
USTRUCT (Blueprintable)
struct FAbcStaticMeshSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAbcStaticMeshSettings() |
AbcImportSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGenerateLightmapUVs | bool | Flag for whether or not lightmap UVs should be generated. | AbcImportSettings.h |
|
| bMergeMeshes | bool | Whether or not to merge the static meshes on import (remember this can cause problems with overlapping UV-sets) | AbcImportSettings.h |
|
| bPropagateMatrixTransformations | bool | This will, if applicable, apply matrix transformations to the meshes. | AbcImportSettings.h |
|