EMagicLeapAutoPinType

Modes for automatically pinning content to real-world.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

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

Include

#include "MagicLeapARPinTypes.h"

Syntax

enum EMagicLeapAutoPinType
{
    OnlyOnDataRestoration,
    Always,
    Never,
}

Values

Name

Description

OnlyOnDataRestoration

Pin this component / owner actor automatically only if it was pinned in a previous run of the app or replicated over network.

Always

Always pin this component / owner actor automatically, without having to call PinSceneComponent() or PinActor() explicitely.

Never

Never pin this component / owner actor automatically.

Remarks

Modes for automatically pinning content to real-world.

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