IAppEventHandler::IAppEventHandler

Adds the [IAppEventHandler](API\Plugins\MagicLeap\IAppEventHandler) instance to the application's list of [IAppEventHandler](API\Plugins\MagicLeap\IAppEventHandler) instances.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "AppEventHandler.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeap/Private/AppEventHandler.cpp

Syntax

IAppEventHandler
(
    const TArray< EMagicLeapPrivilege > & InRequiredPrivileges
)

Remarks

Adds the IAppEventHandler instance to the application's list of IAppEventHandler instances. Populates a RequiredPrivileges list based on the privilge ids passed via InRequiredPrivileges;

Parameters

Parameter

Description

InRequiredPrivileges

The list of privilge ids required by the calling system.

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