UInGameAdManager::ShowBanner

Allows the platform to put up an advertisement on top of the viewport.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/InGameAdManager.h

Include

#include "Engine/InGameAdManager.h"

Source

/Engine/Source/Runtime/Engine/Private/InGameAdvertising.cpp

Syntax

virtual void ShowBanner
(
    bool bShowBottomOfScreen
)

Remarks

Allows the platform to put up an advertisement on top of the viewport. Note that this will not resize the viewport, simply cover up a portion of it.

Parameters

Parameter

Description

bShowOnBottomOfScreen

If true, advertisement will be shown on the bottom, otherwise, the top

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