Hello,
We use WPO-animated foliage and recently switched to only using HWRT shadows, as we are in a context where we control the target hardware and those proved to be more performant overall.
However, we observed that our foliage’s shadows were not moving anymore and that the moving geometry could become shadowed by its own RT proxy, depending on the animation.
We double-cheked the components’ configuration and those correctly enable the “Evaluate world position offset in raytracing” option.
After some digging, we ended up on this [UDN [Content removed] that reports the same issue, and later indicated that the current release version of the engine does not support this use-case, but that recent commits on the ue-main indicated that this was being worked on.
To confirm that this indeed solved our issue, we downloaded and compiled the source version of the ue-main branch and confirmed that our use-case worked on StaticMeshComponents.
However, this does not seem to be the case for ISM and HISM components, which according to the source code need some more work to be compatible.
As such, we have 2 questions :
When can we expect this functionnality being released in a launcher version of the engine ?
When it does, can we expect ISMs and HISMs to be compatible aswell ? Or will those be supported at a later date ?
Thanks in advance,
Joaquim