No, structures are value types. If you need this behavior, wrap the struct in an UObject, or use a UObject instead of a struct.
1 Like
No, structures are value types. If you need this behavior, wrap the struct in an UObject, or use a UObject instead of a struct.