UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ARSkyLight.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "Engine/SkyLight.h"
7
8#include "ARSkyLight.generated.h"
9
10#define UE_API AUGMENTEDREALITY_API
11
13
15UCLASS(MinimalAPI)
17 public ASkyLight
18{
20
21public:
23 UFUNCTION(BlueprintCallable, Category="AR AugmentedReality|SkyLight")
24 UE_API void SetEnvironmentCaptureProbe(UAREnvironmentCaptureProbe* InCaptureProbe);
25
26private:
27 UE_API virtual void Tick(float DeltaTime) override;
28
29 UPROPERTY()
31
33 float LastUpdateTimestamp;
34};
35
36#undef UE_API
#define UE_API
Definition ARSkyLight.h:10
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition ARSkyLight.h:18
Definition ARTrackable.h:409
Definition ObjectPtr.h:488