So I’m trying to pass UHierarchicalInstancedStaticMeshComponent reference into a Blueprint c++ function, which I’m able to do without problems. However when I try to access the methods of the UHierarchicalInstancedStaticMeshComponent I get a forward declaration error saying ‘member access into incomplete type’. What do I have to do to get this working?
Thanks for your help.