UKismetSystemLibrary::LoadInterstitialAd

Will load a fullscreen interstitial AdMob ad.

Windows
MacOS
Linux

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

Syntax

static void LoadInterstitialAd
(
    int32 AdIdIndex
)

Remarks

Will load a fullscreen interstitial AdMob ad. Call this before using ShowInterstitialAd (Android only)

Parameters

Parameter

Description

AdIdIndex

The index of the ID to select for the ad to show

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss