Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/IARSystemSupport
Description
Given a pin, remove it and stop updating the associated component based on the tracked geometry. The component in question will continue to track with the world, but will not get updates specific to a TrackedGeometry.
| Name | OnRemovePin |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARSystem.h |
| Include Path | #include "ARSystem.h" |
void OnRemovePin
(
UARPin * PinToRemove
)