IAppEventHandler::SetOnAppStartHandler

Use this as an alternative to overriding the OnAppStart function.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "AppEventHandler.h"

Syntax

void SetOnAppStartHandler
(
    FEventHandler && InOnAppStartHandler
)

Remarks

Use this as an alternative to overriding the OnAppStart 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