Can BP's have pointers?

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