Skip to content

Pool Manager UE5.2: Blueprint & Code Sample Projects

Compare
Choose a tag to compare
@JanSeliv JanSeliv released this 30 May 05:03
· 40 commits to main since this release

🎉 Release: Pool Manager UE5.2

I'm happy to share two example projects using the Pool Manager in Unreal Engine 5.2. Both projects do the same thing: they spawn and destroy cubes around the level using the custom Pool Manager inherited from plugin one.

🔵 PoolSample_Blueprints_UE5-2.zip

This project uses Unreal Engine's blueprint system with no code.

Download here.

🟢 PoolSample_Code_UE5-2.zip

This project uses C++ code, making it a good choice for those who prefer traditional coding. The code is easy to read, with plenty of comments to help you understand it.

Download here.

📚 For a more detailed explanation of this usage example, please refer to the 'Usage Example' section of the documentation here.

Feel free to check out these projects to learn more about Pool Manager. If you have any questions, just let me know!