Skip to content

Commit 7eb31e8

Browse files
author
doug
committed
Touch readme to note requirement to explicitly define dependency on plugin in project
1 parent 4536601 commit 7eb31e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This: https://github.com/shadowmint/ue4-static-plugin/blob/master/Source/TestPlu
1010

1111
Notice you must have at least 1 .cpp file in your plugin or the UBT will not compile it.
1212

13+
NB. That a project using this plugin should explicitly mark it as a dependency, as per https://github.com/shadowmint/ue4-sample-project/blob/master/Source/HelloWorld/HelloWorld.Build.cs
14+
1315
## Getting started
1416

1517
- Initialize submodules
@@ -100,6 +102,6 @@ to make this requirement obvious.
100102
Making updates to the static libraries and not seeing them reflected in the editor?
101103

102104
The hot reload in UE4 is somewhat flakey at the moment. Your best bet is to force a manual
103-
rebuild; delete the files in Binaries/* and restart the editor.
105+
rebuild; delete the files in Binaries/ and restart the editor.
104106

105107
It should prompt you to rebuild the plugin and editor targets.

0 commit comments

Comments
 (0)