Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UARComponent
- UARPlaneComponent
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include | #include "ARComponent.h" |
Syntax
class UARPlaneComponent : public UARComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| FARPlaneUpdatePayload | ReplicatedPayload |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetDebugMode () |
||
| const TMap< EARObjectClassification, FLinearColor > & | |||
| void | ReceiveAdd
(
const FARPlaneUpdatePayload& Payload |
Event when native representation is first added, called on server and clients. | |
| void | ReceiveUpdate
(
const FARPlaneUpdatePayload& Payload |
Event when native representation is updated, called on server and clients. | |
| void | ServerUpdatePayload
(
const FARPlaneUpdatePayload& NewPayload |
||
| void | SetObjectClassificationDebugColors
(
const TMap< EARObjectClassification, FLinearColor >& InColors |
||
| void | SetPlaneComponentDebugMode
(
EPlaneComponentDebugMode NewDebugMode |
||
| void |
Overridden from UARComponent
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Update
(
UARTrackedGeometry* TrackedGeometry |
Overridable native event for when native representation is updated. |
Overridden from UActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | TickComponent
(
float DeltaTime, |
Function called every frame on this ActorComponent. |