Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/IARSystemSupport
Description
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.
Derived Overrides
| Name | OnPinComponentToARPin |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARSystem.h |
| Include Path | #include "ARSystem.h" |
bool OnPinComponentToARPin
(
USceneComponent * ComponentToPin,
UARPin * Pin
)
true if the operation was successful