Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARBlueprintLibrary
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintLibrary.h |
| Include | #include "ARBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARBlueprintLibrary.cpp |
static void StartARSession
&40;
UARSessionConfig &42; SessionConfig
&41;
Remarks
Begin a new Augmented Reality session. Subsequently, use the `GetARSessionStatus()_ function to figure out the status of the session.
Parameters
| Name | Description |
|---|---|
| SessionConfig | Describes the tracking method to use, what kind of geometry to detect in the world, etc. |