FAbcImporter::OpenAbcFileForImport

Opens and caches basic data from the Alembic file to be used for populating the importer UI

Windows
MacOS
Linux

References

Module

AlembicLibrary

Header

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

Include

#include "AbcImporter.h"

Source

/Engine/Plugins/Experimental/AlembicImporter/Source/AlembicLibrary/Private/AbcImporter.cpp

Syntax

const EAbcImportError OpenAbcFileForImport
(
    const FString InFilePath
)

Remarks

Opens and caches basic data from the Alembic file to be used for populating the importer UI

Returns

  • Possible error code

Parameters

Parameter

Description

InFilePath

Path to the Alembic file to be opened

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