Géry Arduino

Géry Arduino

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Import input as references not working June 30, 2021, 8:36 a.m.

(first post here) I have been having issues also with the world outliner and input as reference in UE 4.25
I am trying to get a large number (800+) of actors and Those that have a StaticMeshInstance get transfered properly, others do not. There seem to be an issue with the nodes generated by the engine (I'm using session sync so maybe this is specific to session sync but I doubt it)

One workaround I found was to used Pack geometry before merging on my world outliner input (I'm using a bound Selector).

I also disable the Import as reference.
Then in my HDA I unpack to get the first primitive and can then rebuild the asset references for all the objects on my scene.

The issue is that this is very slow... Ideally that's why import as reference exists. But it seems to fail with the StaticMesh.

In the Ideal case I would expect to be able to check Import As Reference and get the points with the unreal_input_mesh_name or unreal_instance attributes being accessible on the point or the associated primitive directly.

But this is not the case. Only solution I found so far was to Pack in UE => Unpack in HDA => Grab relevant attributes => create new point => export that point with modified attributes (mostly to generate the StaticMeshInstances when re-importing into UE)