How to get value of some USTRUCT, while only having access to its UScriptStruct and memory adress?

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.

2 Likes