FMagicLeapResult

Contains the result of a magic leap plugin/module call from blueprints.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "MagicLeapTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FMagicLeapResult

Remarks

Contains the result of a magic leap plugin/module call from blueprints.

Variables

Name Description

Public variable UProperty Category BlueprintReadOnly

FString

 

AdditionalInfo

Optional information about the result of the operation.

Public variable UProperty Category BlueprintReadOnly

bool

 

bSuccess

The success of the operation.

Constructors

Name Description

Public function

FMagicLeapResult()

Public function

FMagicLeapResult

(
    bool InSuccess,
    FString InExtraInfo
)

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