Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | UARPlaneGeometry |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include Path | #include "ARTrackable.h" |
Syntax
UCLASS (BlueprintType)
class UARPlaneGeometry : public UARTrackedGeometry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARTrackedGeometry → UARPlaneGeometry
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundaryPolygon | TArray< FVector > | ARTrackable.h | ||
| Center | FVector | ARTrackable.h | ||
| Extent | FVector | ARTrackable.h | ||
| Orientation | EARPlaneOrientation | ARTrackable.h | ||
| SubsumedBy | TObjectPtr< UARPlaneGeometry > | Used by ARCore Only. | ARTrackable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FVector > GetBoundaryPolygonInLocalSpace() |
ARTrackable.h |
|
|
FVector GetCenter() |
ARTrackable.h |
|
|
FVector GetExtent() |
ARTrackable.h |
|
|
void GetNetworkPayload
(
FARPlaneUpdatePayload& Payload |
ARTrackable.h | ||
EARPlaneOrientation GetOrientation() |
ARTrackable.h |
|
|
UARPlaneGeometry * GetSubsumedBy() |
ARTrackable.h |
|
|
void SetOrientation
(
EARPlaneOrientation InOrientation |
ARTrackable.h |
|
|
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
ARTrackable.h | ||
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
ARTrackable.h |
Overridden from UARTrackedGeometry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DebugDraw
(
UWorld* World, |
ARTrackable.h |