1. Home
  2. Docs
  3. ObjectDeliverer
  4. Common
  5. Can I send Actors, Textures, or Materials with ObjectDeliveryBoxUsingJson?

Can I send Actors, Textures, or Materials with ObjectDeliveryBoxUsingJson?

Basically, you cannot send those objects. This is because their internal structures are too complex to generate the intended JSON properly. When using ObjectDeliveryBoxUsingJson, please create a separate class that defines only the data you want to send.