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