IAppEventHandler::PrivilegeStateToString

Converts the EPrivilegeState 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

const TCHAR * PrivilegeStateToString
(
    EPrivilegeState PrivilegeState
)

Remarks

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

Returns

A TCHAR pointer representing the string value of the supplied privilege state enum value.

Parameters

Parameter

Description

PrivilegeState

The EPrivilegeState 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