Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARPlaneGeometry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
ARTrackable.h | ||
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
ARTrackable.h |
UpdateTrackedGeometry(const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe > &, uint32, double, const FTransform &, const FTransform &, const FVector, const FVector)
| Name | UpdateTrackedGeometry |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include Path | #include "ARTrackable.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARTrackable.cpp |
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface , ESPMode::ThreadSafe > & InTrackingSystem,
uint32 FrameNumber,
double Timestamp,
const FTransform & InLocalToTrackingTransform,
const FTransform & InAlignmentTransform,
const FVector InCenter,
const FVector InExtent
)
UpdateTrackedGeometry(const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe > &, uint32, double, const FTransform &, const FTransform &, const FVector, const FVector, const TArray< FVector > &, UARPlaneGeometry *)
| Name | UpdateTrackedGeometry |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include Path | #include "ARTrackable.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARTrackable.cpp |
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface , ESPMode::ThreadSafe > & InTrackingSystem,
uint32 FrameNumber,
double Timestamp,
const FTransform & InLocalToTrackingTransform,
const FTransform & InAlignmentTransform,
const FVector InCenter,
const FVector InExtent,
const TArray< FVector > & InBoundingPoly,
UARPlaneGeometry * InSubsumedBy
)