As long as the property is “reflected” (UPROPERTY) then maybe something similar to this:
You would need the name of the struct property though. You can’t possibly make the code know what struct to pick from the container only by a type.
As long as the property is “reflected” (UPROPERTY) then maybe something similar to this:
You would need the name of the struct property though. You can’t possibly make the code know what struct to pick from the container only by a type.