Rewarded Video - Blueprint Examples
This section contains examples on how to use Rewarded Videos with Blueprints.
Creating a Rewarded Video
To use an Rewarded Video, we first have to create one. You can create an Rewarded Video with the Create Rewarded Video
Blueprint node.

It's important to store the Rewarded Video in a variable to prevent it from being garbage collected.
Loading an Ad
Now that the Rewarded Video is initialized, it's time to load an ad that will be then shown to the user.
To load an ad, call the Load Ad for Rewarded Video
node.

If you plan to show a Rewarded Video during a precise time as for level transition, you should load the ad before so the ad is ready when you want to show it.
Showing the Rewarded Video
To show the Rewarded Video, simply use the Show Rewarded Video
node.
