FARSystemSupportBase::OnPinComponentToARPin

Pin a component to an existing ARPin.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IARSystemSupport::OnPinComponentToARPin()

FARSystemSupportBase::OnPinComponentToARPin()

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSystemSupportBase.h

Include

#include "ARSystemSupportBase.h"

Source

/Engine/Source/Runtime/AugmentedReality/Private/ARSystemSupportBase.cpp

Syntax

virtual bool OnPinComponentToARPin
(
    USceneComponent * ComponentToPin,
    UARPin * Pin
)

Remarks

Pin a component to an existing ARPin. If the component is alreayd pinned it will first be removed from that pin, which will be left empty. If the target Pin is already in use the component previously pinned to it will be unpinned.

Returns

true if the operation was successful