UAREnvironmentProbeComponent

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AugmentedReality

Header

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

Include

#include "ARComponent.h"

Syntax

class UAREnvironmentProbeComponent : public UARComponent

Variables

Name Description

Protected variable

FAREnvironmentP...

 

ReplicatedPayload

Functions

Name Description

Public function

void

 

ReceiveAdd

(
    const FAREnvironmentProbeUpdatePayl...
)

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

Public function

void

 

ReceiveUpdate

(
    const FAREnvironmentProbeUpdatePayl...
)

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

Protected function

void

 

ServerUpdatePayload

(
    const FAREnvironmentProbeUpdatePayl...
)

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