IAppEventHandler::PrivilegeToString

Converts the EMagicLeapPrivilege enum value to it's corresponding string representation.

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

FString PrivilegeToString
(
    EMagicLeapPrivilege PrivilegeID
)

Remarks

Converts the EMagicLeapPrivilege enum value to it's corresponding string representation.

Returns

An FString representing the string value of the supplied privilege enum value.

Parameters

Parameter

Description

PrivilegeID

The EMagicLeapPrivilege enum value to be converted to a string.

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