Navigation
API > API/Plugins > API/Plugins/ARUtilities
Inheritance Hierarchy
- AActor
- AARPassthroughManager
References
| Module | ARUtilities |
| Header | /Engine/Plugins/Runtime/AR/ARUtilities/Source/ARUtilities/Public/ARPassthroughManager.h |
| Include | #include "ARPassthroughManager.h" |
Syntax
UCLASS (BlueprintType, ClassGroup="AR")
class AARPassthroughManager : public AActor
Remarks
A helper actor that collects the ARComponent in the scene and apply the passthrough material to them.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSubclassOf< UARComponent > > | ARComponentClasses | What kinds of AR components should be gathered |
Constructors
| Type | Name | Description | |
|---|---|---|---|
AARPassthroughManager
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginPlay () |
||
| UPassthroughMaterialUpdateComponent * |