UMagicLeapARPinComponent::GetPinState

Returns the state of this Pin.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

/Engine/Plugins/Lumin/MagicLeapPassableWorld/Source/MagicLeapARPin/Public/MagicLeapARPinComponent.h

Include

#include "MagicLeapARPinComponent.h"

Source

/Engine/Plugins/Lumin/MagicLeapPassableWorld/Source/MagicLeapARPin/Private/MagicLeapARPinComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="ContentPersistence|MagicLeap")
bool GetPinState
(
    FMagicLeapARPinState & State
) const

Remarks

Returns the state of this Pin.

Returns

Error code representing specific success or failure cases.

Parameters

Parameter

Description

State

Output state of the Pin. Valid only if return value is true.

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