UARMeshComponent

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h

Include

#include "ARComponent.h"

Syntax

class UARMeshComponent : public UARComponent

Variables

Name Description

Protected variable

FARMeshUpdatePa...

 

ReplicatedPayload

Functions

Name Description

Public function

void

 

ReceiveAdd

(
    const FARMeshUpdatePayload& Payloa...
)

Event when native representation is first added, called on server and clients.

Public function

void

 

ReceiveUpdate

(
    const FARMeshUpdatePayload& Payloa...
)

Event when native representation is updated, called on server and clients.

Protected function

void

 

ServerUpdatePayload

(
    const FARMeshUpdatePayload& NewPay...
)

Protected function Virtual

void

 

UpdateVisualization_Implementation()

Overridden from UARComponent

Name Description

Protected function Virtual

void

 

OnRep_Payload()

Public function Virtual

void

 

Update

(
    UARTrackedGeometry* TrackedGeo...
)

Overridable native event for when native representation is updated.

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