UHoloLensARFunctionLibrary::PinComponentToARPin

Associate a component with an ARPin, so that its transform will be updated by the pin.

Windows
MacOS
Linux

References

Module

HoloLensAR

Header

/Engine/Plugins/Runtime/AR/Microsoft/HoloLensAR/Source/HoloLensAR/Public/HoloLensARFunctionLibrary.h

Include

#include "HoloLensARFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/AR/Microsoft/HoloLensAR/Source/HoloLensAR/Private/HoloLensARFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="HoloLensAR|ARPin",
          Meta=(Keywords="hololensar wmr pin ar all"))
static bool PinComponentToARPin
(
    USceneComponent * ComponentToPin,
    UWMRARPin * Pin
)

Remarks

Associate a component with an ARPin, so that its transform will be updated by the pin. Any previously associated component will be detached.

Returns

True if Pin successfully created.

Parameters

Parameter

Description

ComponentToPin

The Component which will be updated by the Pin.

Pin

The Pin which the component will be updated by.

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