IAppEventHandler::SetOnAppTickHandler

Use this as an alternative to overriding the OnAppTick function.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "AppEventHandler.h"

Syntax

void SetOnAppTickHandler
(
    FEventHandler && InOnAppTickHandler
)

Remarks

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