UAlembicImportFactory::ImportStaticMesh

Imports a StaticMesh (using AbcImporter) from the Alembic File

Windows
MacOS
Linux

References

Module

AlembicImporter

Header

/Engine/Plugins/Experimental/AlembicImporter/Source/AlembicImporter/Classes/AlembicImportFactory.h

Include

#include "AlembicImportFactory.h"

Source

/Engine/Plugins/Experimental/AlembicImporter/Source/AlembicImporter/Private/AlembicImportFactory.cpp

Syntax

TArray< UObject * > ImportStaticMesh
(
    FAbcImporter & Importer,
    UObject * InParent,
    EObjectFlags Flags
)

Remarks

Imports a StaticMesh (using AbcImporter) from the Alembic File

Returns

UObject*

Parameters

Parameter

Description

Importer

AbcImporter instance

InParent

Parent for the StaticMesh

Flags

Creation Flags for the StaticMesh

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