Session

Session

Windows
MacOS
Linux

Actions

Get ARCore Camera Config

Get the FGoogleARCoreCameraConfig that the current ARCore session is using.

Target is Google ARCore Session Function Library

Get ARCore Event Manager

Get the UGoogleARCoreEventManager to bind BP events or c++ delegate in GoogleARCore plugins.

Target is Google ARCore Session Function Library

Set ARCore Camera Config

Configure the ARCoreSession with the desired camera configuration. The TargetCameraConfig must be from a list returned by UGoogleARCoreEventManager::OnCameraConfig delegate.

This function should be called when UGoogleARCoreEventManager::OnCameraConfig delegate got triggered.

Target is Google ARCore Session Function Library

Start ARCore Session

Starts a new ARCore tracking session GoogleARCore specific configuration. If the session already started and the config isn't the same, it will stop the previous session and start a new session with the new config. Note that this is a latent action, you can query the session start result by querying GetARCoreSessionStatus() after the latent action finished.

Target is Google ARCore Session Function Library

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback