Navigation
Unreal Engine C++ API Reference > Plugins > AlembicLibrary > FAbcImporter
References
Module | AlembicLibrary |
Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h |
Include | #include "AbcImporter.h" |
Source | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Private/AbcImporter.cpp |
template<typename T>
T &42; CreateObjectInstance
&40;
UObject &42;& InParent,
const FString & ObjectName,
const EObjectFlags Flags
&41;
Remarks
Creates an template object instance taking into account existing Instances and Objects (on reimporting)
Parameters
Name | Description |
---|---|
InParent | ParentObject for the geometry cache, this can be changed when parent is deleted/re-created |
ObjectName | Name to be used for the created object |
Flags | Object creation flags |