UAREnvironmentCaptureProbe

A tracked environment texture probe that gives you a cube map for reflections

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AugmentedReality

Header

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

Include

#include "ARTrackable.h"

Syntax

class UAREnvironmentCaptureProbe : public UARTrackedGeometry

Remarks

A tracked environment texture probe that gives you a cube map for reflections

Variables

Name Description

Protected variable

UAREnvironmentC...

 

EnvironmentCaptureTexture

The cube map of the reflected environment

Protected variable

FVector

 

Extent

The size of area this probe covers

Constructors

Name Description

Public function

UAREnvironmentCaptureProbe()

Functions

Name Description

Public function

UAREnvironme...

 

GetEnvironmentCaptureTexture()

Public function Const

FVector

 

GetExtent()

Public function

void

 

GetNetworkPayload

Public function

void

 

UpdateEnvironmentCapture

(
    const TSharedRef< FARSupportInterfa...,
    uint32 FrameNumber,
    double Timestamp,
    const FTransform& InLocalToTrackin...,
    const FTransform& InAlignmentTrans...,
    FVector InExtent
)

Overridden from UARTrackedGeometry

Name Description

Public function Virtual Const

void

 

DebugDraw

(
    UWorld* World,
    const FLinearColor& OutlineColor,
    float OutlineThickness,
    float PersistForSeconds
)

Draw a box visulizing the bounds of the probe

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