IAppEventHandler::SetOnAppResumeHandler

Use this as an alternative to overriding the OnAppResume function.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeap/Public/AppEventHandler.h

Include

#include "AppEventHandler.h"

Syntax

void SetOnAppResumeHandler
(
    FEventHandler && InOnAppResumeHandler
)

Remarks

Use this as an alternative to overriding the OnAppResume function. This allows you to use IAppEventHandler as and aggregate class rather than an ancestor.

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