Navigation
API > API/Plugins > API/Plugins/InterchangeOpenUSDImport
Describes what to do when we're collapsing and encounter a PointInstancer prim in a prim subtree
| Name | EUsdPointInstancerCollapsing |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Extensions/OpenUSD/Source/Import/Public/InterchangeUsdTranslator.h |
| Include Path | #include "InterchangeUsdTranslator.h" |
Syntax
enum EUsdPointInstancerCollapsing
{
NoCollapsing,
CollapseAsStaticMesh,
}
Values
| Name | Remarks |
|---|---|
| NoCollapsing | Prevent collapsing the subtree the PointInstancer occupies |
| CollapseAsStaticMesh | Collapse the point instancer along with the rest of the subtree, baking its instances into the produced StaticMesh |