![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SkyLightComponent.h>
Inheritance diagram for FPrecomputedSkyLightInstanceData:Public Attributes | |
| FGuid | OriginalLightGuid |
| FGuid | LightGuid |
| float | AverageBrightness = 1.0f |
| TRefCountPtr< FSkyTextureCubeResource > | ProcessedSkyTexture |
| FSHVectorRGB3 | IrradianceEnvironmentMap |
Public Attributes inherited from FSceneComponentInstanceData | |
| TMap< TObjectPtr< USceneComponent >, FTransform > | AttachedInstanceComponents |
Additional Inherited Members | |
Protected Attributes inherited from FActorComponentInstanceData | |
| TObjectPtr< const UObject > | SourceComponentTemplate |
| EComponentCreationMethod | SourceComponentCreationMethod |
| int32 | SourceComponentTypeSerializedIndex |
Protected Attributes inherited from FInstanceCacheDataBase | |
| TArray< uint8 > | SavedProperties |
Used to store lightmap data during RerunConstructionScripts
|
default |
|
inline |
|
virtualdefault |
|
inlineoverridevirtual |
Applies this component instance data to the supplied component
Reimplemented from FSceneComponentInstanceData.
Determines if any instance data was actually saved.
Reimplemented from FSceneComponentInstanceData.
| float FPrecomputedSkyLightInstanceData::AverageBrightness = 1.0f |
| FSHVectorRGB3 FPrecomputedSkyLightInstanceData::IrradianceEnvironmentMap |
| FGuid FPrecomputedSkyLightInstanceData::LightGuid |
| FGuid FPrecomputedSkyLightInstanceData::OriginalLightGuid |
| TRefCountPtr<FSkyTextureCubeResource> FPrecomputedSkyLightInstanceData::ProcessedSkyTexture |