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
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Object Pooling is a great way to optimize your projects and lower the burden tha
6
6
7
7
8
8
With this plugin you can create and use object pooling straight from your blueprints, any class (inheriting from an actor) can become a pool element without any changes!
9
-
UE4ObjectPooling Plugin is a single class in C++ that contains all needed functions exposed to blueprints. There is no need to use C++.
9
+
ObjectPool Plugin is a single class in C++ that contains all needed functions exposed to blueprints. There is no need to use C++.
10
10
11
11
Learn more about [object pooling pattern](https://gameprogrammingpatterns.com/object-pool.html).
0 commit comments