Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
| Name | FAbcConversionSettings |
| Type | struct |
| Header File | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h |
| Include Path | #include "AbcImportSettings.h" |
Syntax
USTRUCT (Blueprintable)
struct FAbcConversionSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAbcConversionSettings() |
AbcImportSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFlipU | bool | Flag whether or not to flip the U channel in the Texture Coordinates | AbcImportSettings.h |
|
| bFlipV | bool | Flag whether or not to flip the V channel in the Texture Coordinates | AbcImportSettings.h |
|
| Preset | EAbcConversionPreset | Currently preset that should be applied | AbcImportSettings.h |
|
| Rotation | FVector | Rotation in Euler angles that should be applied | AbcImportSettings.h |
|
| Scale | FVector | Scale value that should be applied | AbcImportSettings.h |
|