Skip to main content

LoadCutoutData

Android
If you were looking for the method for use with Unity, see LoadCutoutData for Unity SDK.
info

This API only applies to Android devices and is called asynchronously.

info

After the screen is rotated, information about the notched display must be called again.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void LoadCutoutData();

Observers

The callback processing interface is CutoutInfoObserver.
The callback data structure is CutoutInfoResult.

The callback methodID is kMethodIDToolsLoadCutoutData.

Code sample

UINTLSDKAPI::LoadCutoutData();