UARBlueprintLibrary::SaveARPinToLocalStore

Save an ARPin to local store

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintLibrary.h

Include

#include "ARBlueprintLibrary.h"

Source

/Engine/Source/Runtime/AugmentedReality/Private/ARBlueprintLibrary.cpp

Syntax

static bool SaveARPinToLocalStore
(
    FName InSaveName,
    UARPin * InPin
)

Remarks

Save an ARPin to local store

Returns

True if saved successfully.

Parameters

Parameter

Description

InName

The save name for the pin.

InPin

The ARPin which will be saved to the local store.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss