Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
| |
|
| Name |
FAbcMaterialSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h |
| Include Path |
#include "AbcImportSettings.h" |
Syntax
USTRUCT (Blueprintable)
struct FAbcMaterialSettings
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bCreateMaterials |
bool |
Whether or not to create materials according to found Face Set names (will not work without face sets) |
AbcImportSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Materials
|
| bFindMaterials |
bool |
Whether or not to try and find materials according to found Face Set names (will not work without face sets) |
AbcImportSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Materials
|
Functions
Public