Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARBlueprintLibrary
Description
Begin a new Augmented Reality session. Subsequently, use the `GetARSessionStatus()_ function to figure out the status of the session.
| Name | StartARSession |
| 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|Session",
Meta=(DisplayName="Start AR Session", Keywords="ar augmentedreality augmented reality session start run running"))
static void StartARSession
(
UARSessionConfig * SessionConfig
)
Parameters
| Name | Remarks |
|---|---|
| SessionConfig | Describes the tracking method to use, what kind of geometry to detect in the world, etc. |