UGoogleARCoreSessionFunctionLibrary::GetARCoreEventManager

Get the [UGoogleARCoreEventManager](API\Plugins\GoogleARCoreBase\UGoogleARCoreEventManager) to bind BP events or c++ delegate in GoogleARCore plugins.

Windows
MacOS
Linux

Deprecated

  • This function is deprecated, use GetSupportedVideoFormats.

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreFunctionLibrary.h

Include

#include "GoogleARCoreFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="GoogleARCore|Session",
          Meta=(Keywords="googlear arcore event manager", DeprecatedFunction, DeprecationMessage="This function is deprecated, use GetSupportedVideoFormats."))
static UGoogleARCoreEventManager * GetARCoreEventManager()

Remarks

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

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