Mesh Lightmap Resolution Settings

   2590   1   0
User Avatar
Member
2 posts
Joined: Jan. 2019
Offline
Hi all~
I am generating some static meshes through hda to UE4.
To set different lightmap resolution to each piece of meshes, I create ‘unreal_lightmap_resolution’ attribute on primitive.But in UE4,it uses ‘Light Map Resolution’(ProjectSetting-HoudiniEngine-GeneratedStaticMeshSettings) setting instead and all lightmap resolution values are same.
Attachment:
my UE4 settings

Attachments:
HOUDINI.png (126.0 KB)
IMG20191008_211942.png (20.6 KB)

User Avatar
Member
36 posts
Joined: Nov. 2013
Online
In case anybody else is also looking for a solution:

Instead of using unreal_lightmap_resolution use the Uproperty

unreal_uproperty_LightMapResolution

Explained further down here…
https://www.sidefx.com/docs/unreal/_attributes.html [www.sidefx.com]
  • Quick Links