Unreal Engine project to showcase PopcornFX plugin features.
- PopcornFX:
v2.24.1 - Unreal Engine:
5.5,5.6and5.7
This example project presents integration features of PopcornFX into Unreal Engine. It does not present the full range of PopcornFX features.
The source PopcornFX Project is located in Assets/ExampleEffects/, you can inspect here how effects were created in the PopcornFX Editor.
If you have any questions, suggestions, or just feedbacks, you can use GitHub Issues !
Both the source project and the packaged build are provided for every released version.
Go on the releases page and download the version that you want. It should be named UnrealEnginePopcornFXExamples_vX.X.X.zip. Simply run the .exe → explore the different maps -> enjoy.
This project requires the PopcornFX Plugin for Unreal Engine. The plugin is present as a submodule in the Plugins/PopcornFX directory. To get both the source project and the plugin, use one of the following methods:
This is the easiest way to retrieve and build the project. Go on the releases page and download the version that you want.
IMPORTANT: Ignore GitHub auto generated
Source code (zip)andSource code (tar.gz). They do not contain the plugin since it's a submodule. The plugin is only present in packaged archives namedUnrealEnginePopcornFXExamples_vX.X.X_Source.zip.
You also need to download the PopcornFX Runtime SDK for Desktop platforms.
To do so, walk to Plugins/PopcornFX and double-click on Download_SDK_Desktop.bat: once the script completes, you are all set.
Simply run the following commands to clone this project and the PopcornFX Plugin submodule:
git clone --recursive REPO_URL
If you already cloned the repo, you can run:
git submodule update --init --recursive
You also need to download the PopcornFX Runtime SDK for Desktop platforms.
To do so, walk to Plugins/PopcornFX and double-click on Download_SDK_Desktop.bat: once the script completes, you are all set.
Unreal Engine supports globally installed plugins. If the PopcornFX Plugin for Unreal Engine is globally installed for your engine version, simply remove the Plugins/PopcornFX folder from this project to avoid conflicts.
Note: make sure that your installed PopcornFX Plugin version matches the versions as stated above.
To build and launch this project on Windows, Visual Studio is required.
There are two ways to compile and launch the project:
- Double click
PopcornFXExamples.uproject. Unreal Engine will prompt you to build the missing modules for PopcornFX, after following instructions, the UE Editor will open. - Right click
PopcornFXExamples.uprojectand selectGenerate project files(orSwitch Unreal Engine versionif you want to test a different version. Make sure it is supported by the plugin). This will generate the project files, which you can then open and compile manually.
Note: Although the PopcornFX Plugin for Unreal Engine supports multiple platforms, this project was only built and tested on Windows.
You're all set! Take a tour in the /Content/ExampleMaps/ levels to explore this project.
- Plugin documentation (Install, Import, Setup, Troubleshooting, etc...)
- PopcornFX Editor documentation
- PopcornFX Discord server
See LICENSE.md.