Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AugmentedReality/Public/ARPin.h |
Include |
#include "ARPin.h" |
class UARPin : public UObject
Name | Description | ||
---|---|---|---|
|
DebugDraw ( |
||
|
TSharedPtr< ... |
GetARSystem() |
|
|
GetDebugName() |
||
|
GetLocalToTrackingTransform() |
Maps from a Pin's Local Space to the Tracking Space. |
|
|
GetLocalToTrackingTransform_NoAlignment() |
||
|
GetLocalToWorldTransform() |
Convenience function. Same as LocalToTrackingTransform, but appends the TrackingToWorld Transform. |
|
|
void * |
GetNativeResource() |
|
|
USceneCompon... |
GetPinnedComponent() |
|
|
UARTrackedGe... |
GetTrackedGeometry() |
The TrackedGeometry (if any) that this this pin is being "stuck" into. |
|
EARTrackingS... |
GetTrackingState() |
Return the current tracking state of this Pin. |
|
InitARPin ( |
||
|
OnTrackingStateChanged ( |
Notify the ARPin about changes to how it is being tracked. |
|
|
OnTransformUpdated ( |
Notify this UARPin that the transform of the Pin has changed |
|
|
SetNativeResource ( |
||
|
SetOnARTrackingStateChanged ( |
||
|
SetOnARTransformUpdated ( |
||
|
SetPinnedComponent ( |
||
|
UpdateAlignmentTransform ( |
Notify the UARPin that the AlignmentTransform has changing. |
Name |
Description |
---|---|
DebugPinId |