Simple UObject Solution Documentation
  • Simple UObject Solution Documentation
  • Activate the plugin.
  • Create a Replicated UObject
  • Create a UObject Manager
Powered by GitBook
On this page

Create a Replicated UObject

PreviousActivate the plugin.NextCreate a UObject Manager

Last updated 1 year ago

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