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 bool SaveARPinToLocalStore
&40;
FName InSaveName,
UARPin &42; InPin
&41;
Remarks
Save an ARPin to local store True if saved successfully.
Parameters
| Name | Description |
|---|---|
| InName | The save name for the pin. |
| InPin | The ARPin which will be saved to the local store. |