Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInGameAdManager
Description
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.
| Name | ShowBanner |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/InGameAdManager.h |
| Include Path | #include "Engine/InGameAdManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/InGameAdvertising.cpp |
virtual void ShowBanner
(
bool bShowBottomOfScreen
)
Parameters
| Name | Remarks |
|---|---|
| bShowOnBottomOfScreen | If true, advertisement will be shown on the bottom, otherwise, the top |