Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARBlueprintLibrary
Description
Test whether this type of session is supported by the current Augmented Reality platform. e.g. is your device capable of doing positional tracking or orientation only?
| Name | IsSessionTypeSupported |
| 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 (BlueprintPure, Category="AR AugmentedReality|Tracking",
Meta=(DisplayName="Is AR Session Type Supported", Keywords="ar augmentedreality augmented reality tracking"))
static bool IsSessionTypeSupported
(
EARSessionType SessionType
)