Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- AInfo
- ASkyLight
- AARSkyLight
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARSkyLight.h |
| Include | #include "ARSkyLight.h" |
Syntax
class AARSkyLight : public ASkyLight
Remarks
This sky light class forces a refresh of the cube map data when an AR environment probe changes
Constructors
| Type | Name | Description | |
|---|---|---|---|
AARSkyLight
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetEnvironmentCaptureProbe
(
UAREnvironmentCaptureProbe* InCaptureProbe |
Sets the environment capture probe that this sky light is driven by |