Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetSystemLibrary
Description
Will load a fullscreen interstitial AdMob ad. Call this before using ShowInterstitialAd (Android only)
| Name | LoadInterstitialAd |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include Path | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Utilities|Platform")
static void LoadInterstitialAd
(
int32 AdIdIndex
)
Parameters
| Name | Remarks |
|---|---|
| AdIdIndex | The index of the ID to select for the ad to show |