Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UARTrackedGeometry
- UAREnvironmentCaptureProbe
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
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UAREnvironmentCaptureProbeTexture > | EnvironmentCaptureTexture | The cube map of the reflected environment | |
| FVector | Extent | The size of area this probe covers |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAREnvironmentCaptureProbeTexture * | |||
| FVector | GetExtent () |
||
| void | GetNetworkPayload
(
FAREnvironmentProbeUpdatePayload& Payload |
||
| void | UpdateEnvironmentCapture
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
Overridden from UARTrackedGeometry
| Type | Name | Description | |
|---|---|---|---|
| void | DebugDraw
(
UWorld* World, |
Draw a box visulizing the bounds of the probe |