Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObject
- UARTrackedGeometry
- UARMeshGeometry
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include | #include "ARTrackable.h" |
Syntax
UCLASS (BlueprintType)
class UARMeshGeometry : public UARTrackedGeometry
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetNetworkPayload
(
FARMeshUpdatePayload& Payload |
||
| bool | GetObjectClassificationAtLocation
(
const FVector& InWorldLocation, |
Try to determine the classification of the object at a world space location @InWorldLocation: the world location where the classification is needed @OutClassification: the classification result @OutClassificationLocation: the world location at where the classification is calculated @MaxLocationDiff: the max distance between the specified world location and the classification location |