Asset types and the hard-vs-soft reference distinction
Every mesh, texture, material, and data table in your project is a UObject serialized into a
Every mesh, texture, material, and data table in your project is a UObject serialized into a
A reference is an alias - another name for an existing object. Unlike pointers, references cannot be null, must be initialized, and cannot be reseated.