Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARMeshGeometry
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include | #include "ARTrackable.h" |
UFUNCTION (BlueprintCallable, Category="AR AugmentedReality|Classification")
virtual bool GetObjectClassificationAtLocation
(
const FVector & InWorldLocation,
EARObjectClassification & OutClassification,
FVector & OutClassificationLocation,
float MaxLocationDiff
)
Remarks
- 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
- whether a valid classification result is calculated