You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ For documentation please see the [Wiki](https://github.com/Cutter-H/ReplicatedDr
4
4
5
5
If you wish for further information on the plugin's C++ related content, please see the header files, as they are thoroughly commented.
6
6
7
+
Release for 5.5: [Here](https://github.com/Cutter-H/ReplicatedDrawingWidgetPlugin/releases/tag/5.5)
8
+
9
+
If you want support for other versions let me know.
10
+
7
11
You can find a settings data asset in the plugin's content folder. This has 2 separate variables you can use for optimization purposes. Moving or renaming the DataAsset will cause issues and it will no longer work.
8
12
9
13
DOES NOT CURRENTLY SUPPORT BRUSHES. At the moment it is only lines of different colors.
@@ -13,7 +17,7 @@ Any changes to pen data will immediately affect new lines. There are overridable
13
17
14
18
## How does it replicate?
15
19
16
-
Since widgets do not replicate, the plugin comes with a subsystem that spawns a replicated manager actor. It also listense for actor spawns and adds a lightweight component to player states when they are spawned. The player state component allows the widget to send information to the server. The manager actor holds all data and only 1 is created. Widgets are bound to a delegate on the replicated manager that sends out broadcasts on lines added. The widgets can also erase the data as well as refresh to match the manager to ensure no errors are present. The widgets are identified by the BoardName in the widget as well as the player drawing.
20
+
Since widgets do not replicate, the plugin comes with a subsystem that spawns a replicated manager actor. It also listens for actor spawns and adds a lightweight component to player states when they are spawned. The player state component allows the widget to send information to the server. The manager actor holds all data and only 1 is created. Widgets are bound to a delegate on the replicated manager that sends out broadcasts on lines added. The widgets can also erase the data as well as refresh to match the manager to ensure no errors are present. The widgets are identified by the BoardName in the widget as well as the player drawing.
17
21
18
22
Please see the video below for an example of the usage.
0 commit comments