EAlembicImportType

Enum that describes type of asset to import

Windows
MacOS
Linux

References

Module

AlembicLibrary

Header

/Engine/Plugins/Experimental/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h

Include

#include "AbcImportSettings.h"

Syntax

enum EAlembicImportType
{
    StaticMesh,
    GeometryCache,
    Skeletal,
}

Values

Name

Description

StaticMesh

Imports only the first frame as one or multiple static meshes

GeometryCache

Imports the Alembic file as flipbook and matrix animated objects

Skeletal

Imports the Alembic file as a skeletal mesh containing base poses as morph targets and blending between them to achieve the correct animation frame

Remarks

Enum that describes type of asset to import

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss