UKismetSystemLibrary::ShowAdBanner

Will show an ad banner (iAd on iOS, or AdMob on Android) on the top or bottom of screen, on top of the GL view (doesn't resize the view) (iOS and Android only)

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 ShowAdBanner
(
    int32 AdIdIndex,
    bool bShowOnBottomOfScreen
)

Remarks

Will show an ad banner (iAd on iOS, or AdMob on Android) on the top or bottom of screen, on top of the GL view (doesn't resize the view) (iOS and Android only)

Parameters

Parameter

Description

AdIdIndex

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

bShowOnBottomOfScreen

If true, the iAd will be shown at the bottom of the screen, top otherwise

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