LoadCutoutData
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();