Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARBlueprintLibrary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TArray< T * > GetAllGeometriesByClass () |
ARBlueprintLibrary.h | ||
static TArray< UARTrackedGeometry * > GetAllGeometriesByClass
(
TSubclassOf< UARTrackedGeometry > GeometryClass |
ARBlueprintLibrary.h |
|
GetAllGeometriesByClass()
| Name | GetAllGeometriesByClass |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintLibrary.h |
| Include Path | #include "ARBlueprintLibrary.h" |
template<class T>
static TArray< T * > GetAllGeometriesByClass()
a list of all the real-world geometry of the specified class as currently seen by the Augmented Reality system
GetAllGeometriesByClass(TSubclassOf< UARTrackedGeometry >)
| Name | GetAllGeometriesByClass |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintLibrary.h |
| Include Path | #include "ARBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="AR AugmentedReality|Tracking",
Meta=(DisplayName="Get All AR Geometries By Class", Keywords="ar augmentedreality augmented reality tracking geometry anchor", DeterminesOutputType="GeometryClass"))
static TArray< UARTrackedGeometry * > GetAllGeometriesByClass
(
TSubclassOf< UARTrackedGeometry > GeometryClass
)
a list of all the real-world geometry of the specified class as currently seen by the Augmented Reality system