Create a Replicated UObject

Create a new Blueprint Class
Search for OPObject
Select OPObject and create it
Name the object as you want. Example : O_MyObjectName
Now you can open the object. There's nothing special in there. You have an event Destroy that you can override if you want.
You can create replicated variables.
You can create RPC's

Last updated