UARPoseComponent

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AugmentedReality

Header

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

Include

#include "ARComponent.h"

Syntax

class UARPoseComponent : public UARComponent

Variables

Name Description

Protected variable

FARPoseUpdatePa...

 

ReplicatedPayload

Functions

Name Description

Protected function Static

int32

 

GetDebugMode()

Public function

void

 

ReceiveAdd

(
    const FARPoseUpdatePayload& Payloa...
)

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

Public function

void

 

ReceiveUpdate

(
    const FARPoseUpdatePayload& Payloa...
)

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

Protected function

void

 

ServerUpdatePayload

(
    const FARPoseUpdatePayload& NewPay...
)

Public function Static

void

 

SetPoseComponentDebugMode

(
    EPoseComponentDebugMode NewDebugMod...
)

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.

Overridden from UActorComponent

Name Description

Public function Virtual

void

 

TickComponent

(
    float DeltaTime,
    enum ELevelTick TickType,
    FActorComponentTickFunction* T...
)

Function called every frame on this ActorComponent.

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