Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
Manager for ARCore delegates.
| Name | UGoogleARCoreEventManager |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h |
| Include Path | #include "GoogleARCoreTypes.h" |
Syntax
UCLASS (BlueprintType, Category="AR AugmentedReality")
class UGoogleARCoreEventManager : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGoogleARCoreEventManager
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGoogleARCoreEventManager() |
GoogleARCoreTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~UGoogleARCoreEventManager() |
GoogleARCoreTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnConfigCamera | FGoogleARCoreOnConfigCameraDynamicDelegate | A dynamic delegate can be assigned through blueprint. | GoogleARCoreTypes.h |
|