How is "unreal_bake_actor" attribute used?

   867   1   0
User Avatar
Member
131 posts
Joined: Aug. 2012
Offline
I'd like to set the name of the Actor that is created on baking a HDA. However, when the HDA creates instances using the `unreal_instance` attribute, the `unreal_output_name` attribute does not seem to apply to the Actor's name. I thought perhaps the `unreal_bake_actor` attribute would work instead, but setting it does not seem to do anything.
User Avatar
Member
131 posts
Joined: Aug. 2012
Offline
I found out you can use unreal_bake_actor to determine the name of Actors with InstancedStaticMeshComponents if you also set the unreal_level_path, i.e. baking to a different level.

Seems like a bug.
  • Quick Links