FARSystemProxy::OnPinComponentToARPin

Pin a component to an existing ARPin.

Windows
MacOS
Linux

Override Hierarchy

IARSystemSupport::OnPinComponentToARPin()

FARSystemProxy::OnPinComponentToARPin()

References

Module

RemoteSession

Header

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionARSystemChannel.h

Include

#include "Channels/RemoteSessionARSystemChannel.h"

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

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