@@ -20,23 +20,17 @@ Enabling the plugin can be done through the process outlined at the top of the a
2020** Plugin Information: **
2121
2222Plugin Modules (Type):
23-
24-
25-
2623* ResourceCompPlugin(Runtime)
2724
2825Plugin Classes (Parent Class):
26+ * ResourceComponentBase (Actor Component)
27+ * HealthResource (ResourceComponentBase)
28+ * HealthResourceWithUI (HealthResource)
29+ * DamageModificationData (Primary Data Asset)
30+ * ResourceFunctionLibrary (Blueprint Function Library)
31+ * DamageTypeModificationInterface (Interface)
2932
30-
31-
32- * ** [ ResourceComponentBase] ( #bookmark=id.83pllbpik3lj ) ** (Actor Component)
33- * ** [ HealthResource] ( #bookmark=id.wgb7u4zekqiy ) ** (ResourceComponentBase)
34- * ** [ HealthResourceWithUI] ( #bookmark=id.dz8646hp5o6i ) ** (HealthResource)
35- * ** [ DamageModificationData] ( #bookmark=id.5fnackhzll46 ) ** (Primary Data Asset)
36- * ** [ ResourceFunctionLibrary] ( #bookmark=id.hc2ymvah7voh ) ** (Blueprint Function Library)
37- * ** [ DamageTypeModificationInterface] ( #bookmark=id.ntdrcdy26ozg ) ** (Interface)
38-
39- [ Plugin Enums and Structs] ( #bookmark=id.uaktb54x2xo0 )
33+ [ Plugin Enums and Structs] ( #ResourceComponentPlugin )
4034
4135
4236
@@ -57,9 +51,9 @@ This document shows Blueprint exposed variables and functions. Classes have alte
5751
5852[ Additional Notes for the plugin] ( #bookmark=id.y9kx81wrsd5l )
5953
60- ** Resource Component Base (Actor Component)**
54+ # Resource Component Base (Actor Component)
6155
62- ** #include "Components/ResourceComponentBase.h"**
56+ #include "Components/ResourceComponentBase.h"
6357
6458
6559---
0 commit comments